#2b42dd

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

Shades of Cerulean Blue #2B42DD

Tints of Cerulean Blue #2B42DD

Color information

#2B42DD (or 0x2B42DD) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 42 and DD. RGB value is (43,66,221). Sum of RGB (Red+Green+Blue) = 43+66+221=330 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.03% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 221 (86.72% from 255 or 66.97% from 330); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B42DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B42DD is #D4BD22. Grayscale: #4C4C4C. Windows color (decimal): -13942051 or 14500395. OLE color: 14500395.

HSL color Cylindrical-coordinate representation of color #2B42DD: hue angle of 232.25º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B42DD is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4366221-
CMYK0.810.7000.13
HSL232.25º72.36%51.76%-
HSV(B)232.25º80.54%86.67%-
XYZ169.6369.42-
YUV76.79209.38103.9-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.03%
GREEN value IS 66 (26.17% from 255) = 20%
BLUE value IS 221 (86.72% from 255) = 66.97%
R=13.03%
G=20%
B=66.97%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal43662210.810.7000.13232.2572.3651.76
Hex2B42DD51460De84834
Octal5310233512110601535011064
Binary1010111000010110111011010001100011001101111010001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b42dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,66,221); }

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

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

 a { background-color: rgb(43,66,221); }

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

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

 span { border-color: rgb(43,66,221); }

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