Html Css Color HEX #2B5DB9 Cerulean Blue

📋 copy color: '#2B5DB9'

red 43 ◦ green 93 ◦ blue 185

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

Shades of Cerulean Blue #2B5DB9

Tints of Cerulean Blue #2B5DB9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.97%

 BLUE value IS 185 (72.66% from 255) = 57.63%

R = 13.4%
G = 28.97%
B = 57.63%

CMYK

 C value IS 0.77

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2B5DB9 (or 0x2B5DB9) is known color: Cerulean Blue. HEX triplet: 2B, 5D and B9. RGB value is (43,93,185). Sum of RGB (Red+Green+Blue) = 43+93+185=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 185 (72.66% from 255 or 57.63% from 321); Max value from RGB is 185 - color contains mainly: blue. Hex color #2B5DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5DB9 is #D4A246. Grayscale: #585858. Windows color (decimal): -13935175 or 12148011. OLE color: 12148011.

HSL color Cylindrical-coordinate representation of color #2B5DB9: hue angle of 218.87º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B5DB9 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 43 93 185 -
CMYK 0.77 0.50 0 0.27
HSL 218.87º 0.62% 0.45% -
HSV(B) 218.87º 0.77% 0.73% -
XYZ 13.67 11.85 47.46 -
YUV 88.54 182.44 95.52 -
System Red Green Blue C M Y K H S L
Decimal 43 93 185 0.77 0.50 0 0.27 218.87 0.62 0.45
Hex 2B 5D B9 4D 32 0 1B DB 3E 2D
Octal 53 135 271 115 62 0 33 333 76 55
Binary 101011 1011101 10111001 1001101 110010 0 11011 11011011 111110 101101

Color Harmonies of #2B5DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5DB9

Black with #2B5DB9

Text Example


Text Example

White with #2B5DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,93,185); }

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

background-color css

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

 a { background-color: rgb(43,93,185); }

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

border-color css

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

 span { border-color: rgb(43,93,185); }

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