#2b47d6

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

Shades of Cerulean Blue #2B47D6

Tints of Cerulean Blue #2B47D6

Color information

#2B47D6 (or 0x2B47D6) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 47 and D6. RGB value is (43,71,214). Sum of RGB (Red+Green+Blue) = 43+71+214=328 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.11% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 214 (83.98% from 255 or 65.24% from 328); Max value from RGB is 214 - color contains mainly: blue. Hex color #2B47D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B47D6 is #D4B829. Grayscale: #4E4E4E. Windows color (decimal): -13940778 or 14042923. OLE color: 14042923.

HSL color Cylindrical-coordinate representation of color #2B47D6: hue angle of 230.18º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B47D6 is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4371214-
CMYK0.800.6700.16
HSL230.18º67.59%50.39%-
HSV(B)230.18º79.91%83.92%-
XYZ15.399.8864.71-
YUV78.93204.22102.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.11%
GREEN value IS 71 (28.12% from 255) = 21.65%
BLUE value IS 214 (83.98% from 255) = 65.24%
R=13.11%
G=21.65%
B=65.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal43712140.800.6700.16230.1867.5950.39
Hex2B47D65043010e64432
Octal5310732612010302034610462
Binary10101110001111101011010100001000011010000111001101000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b47d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,71,214); }

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

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

 a { background-color: rgb(43,71,214); }

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

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

 span { border-color: rgb(43,71,214); }

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