Html Css Color HEX #2B5AD2 Cerulean Blue

📋 copy color: '#2B5AD2'

red 43 ◦ green 90 ◦ blue 210

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

Shades of Cerulean Blue #2B5AD2

Tints of Cerulean Blue #2B5AD2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.24%

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

R = 12.54%
G = 26.24%
B = 61.22%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2B5AD2 (or 0x2B5AD2) is known color: Cerulean Blue. HEX triplet: 2B, 5A and D2. RGB value is (43,90,210). Sum of RGB (Red+Green+Blue) = 43+90+210=343 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.54% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 210 (82.42% from 255 or 61.22% from 343); Max value from RGB is 210 - color contains mainly: blue. Hex color #2B5AD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5AD2 is #D4A52D. Grayscale: #595959. Windows color (decimal): -13935918 or 13785643. OLE color: 13785643.

HSL color Cylindrical-coordinate representation of color #2B5AD2: hue angle of 223.11º 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 #2B5AD2 is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 43 90 210 -
CMYK 0.80 0.57 0 0.18
HSL 223.11º 0.66% 0.5% -
HSV(B) 223.11º 0.8% 0.82% -
XYZ 16.29 12.48 62.52 -
YUV 89.63 195.93 94.74 -
System Red Green Blue C M Y K H S L
Decimal 43 90 210 0.80 0.57 0 0.18 223.11 0.66 0.5
Hex 2B 5A D2 50 39 0 12 DF 42 32
Octal 53 132 322 120 71 0 22 337 102 62
Binary 101011 1011010 11010010 1010000 111001 0 10010 11011111 1000010 110010

Color Harmonies of #2B5AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5AD2

Black with #2B5AD2

Text Example


Text Example

White with #2B5AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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