#2B68E8

Color #2B68E8 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2B68E8

Tints of Royal Blue #2B68E8

Color information

#2B68E8 (or 0x2B68E8) is unknown color: approx Royal Blue. HEX triplet: 2B, 68 and E8. RGB value is (43,104,232). Sum of RGB (Red+Green+Blue) = 43+104+232=379 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.35% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 232 (91.02% from 255 or 61.21% from 379); Max value from RGB is 232 - color contains mainly: blue. Hex color #2B68E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B68E8 is #D49717. Grayscale: #636363. Windows color (decimal): -13932312 or 15231019. OLE color: 15231019.

HSL color Cylindrical-coordinate representation of color #2B68E8: hue angle of 220.63º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B68E8 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB43104232-
CMYK0.810.5500.09
HSL220.63º80.43%53.92%-
HSV(B)220.63º81.47%90.98%-
XYZ20.5116.2478.4-
YUV100.35202.2987.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 11.35%
GREEN value IS 104 (41.02% from 255) = 27.44%
BLUE value IS 232 (91.02% from 255) = 61.21%
R=11.35%
G=27.44%
B=61.21%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal431042320.810.5500.09220.6380.4353.92
Hex2B68E8513709dd5036
Octal531503501216701133512066
Binary101011110100011101000101000111011101001110111011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B68E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B68E8; }

 p { color: rgb(43,104,232); }

 H1.HeaderClassName
 {
   color: #2B68E8;
 }
 .AnyTagClassName
 {
   color: #2B68E8;
 }
</style>
background-color css

<style>
 a { background-color: #2B68E8; }

 a { background-color: rgb(43,104,232); }

 div.DivClassName
 {
   background-color: #2B68E8;
 }
 .BgClassName
 {
   background-color: #2B68E8;
 }
</style>
border-color css

<style>
 span { border-color: #2B68E8; }

 span { border-color: rgb(43,104,232); }

 td.TdClassName
 {
   border-color: #2B68E8;
 }
 .TagClassName
 {
   border-color: #2B68E8;
 }
</style>