Html Css Color HEX #2B4CD2 Cerulean Blue

📋 copy color: '#2B4CD2'

red 43 ◦ green 76 ◦ blue 210

#2B4CD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2B4CD2

Tints of Cerulean Blue #2B4CD2

RGB

 RED value IS 43 (17.19% from 255) = 13.07%

 GREEN value IS 76 (30.08% from 255) = 23.1%

 BLUE value IS 210 (82.42% from 255) = 63.83%

R = 13.07%
G = 23.1%
B = 63.83%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2B4CD2 (or 0x2B4CD2) is known color: Cerulean Blue. HEX triplet: 2B, 4C and D2. RGB value is (43,76,210). Sum of RGB (Red+Green+Blue) = 43+76+210=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 210 (82.42% from 255 or 63.83% from 329); Max value from RGB is 210 - color contains mainly: blue. Hex color #2B4CD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B4CD2 is #D4B32D. Grayscale: #505050. Windows color (decimal): -13939502 or 13782059. OLE color: 13782059.

HSL color Cylindrical-coordinate representation of color #2B4CD2: hue angle of 228.14º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B4CD2 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 43 76 210 -
CMYK 0.80 0.64 0 0.18
HSL 228.14º 0.66% 0.5% -
HSV(B) 228.14º 0.8% 0.82% -
XYZ 15.21 10.34 62.17 -
YUV 81.41 200.57 100.6 -
System Red Green Blue C M Y K H S L
Decimal 43 76 210 0.80 0.64 0 0.18 228.14 0.66 0.5
Hex 2B 4C D2 50 40 0 12 E4 42 32
Octal 53 114 322 120 100 0 22 344 102 62
Binary 101011 1001100 11010010 1010000 1000000 0 10010 11100100 1000010 110010

Color Harmonies of #2B4CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4CD2

Black with #2B4CD2

Text Example


Text Example

White with #2B4CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,76,210); }

 H1.HeaderClassName
 {
   color: #2B4CD2;
 }
 .AnyTagClassName
 {
   color: #2B4CD2;
 }
</style>

background-color css

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

 a { background-color: rgb(43,76,210); }

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

border-color css

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

 span { border-color: rgb(43,76,210); }

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