Html Css Color HEX #2B5BBD Cerulean Blue

📋 copy color: '#2B5BBD'

red 43 ◦ green 91 ◦ blue 189

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

Shades of Cerulean Blue #2B5BBD

Tints of Cerulean Blue #2B5BBD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.17%

 BLUE value IS 189 (74.22% from 255) = 58.51%

R = 13.31%
G = 28.17%
B = 58.51%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2B5BBD (or 0x2B5BBD) is known color: Cerulean Blue. HEX triplet: 2B, 5B and BD. RGB value is (43,91,189). Sum of RGB (Red+Green+Blue) = 43+91+189=323 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.31% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 189 (74.22% from 255 or 58.51% from 323); Max value from RGB is 189 - color contains mainly: blue. Hex color #2B5BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5BBD is #D4A442. Grayscale: #575757. Windows color (decimal): -13935683 or 12409643. OLE color: 12409643.

HSL color Cylindrical-coordinate representation of color #2B5BBD: hue angle of 220.27º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B5BBD is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 91 189 -
CMYK 0.77 0.52 0 0.26
HSL 220.27º 0.63% 0.45% -
HSV(B) 220.27º 0.77% 0.74% -
XYZ 13.92 11.67 49.66 -
YUV 87.82 185.1 96.03 -
System Red Green Blue C M Y K H S L
Decimal 43 91 189 0.77 0.52 0 0.26 220.27 0.63 0.45
Hex 2B 5B BD 4D 34 0 1A DC 3F 2D
Octal 53 133 275 115 64 0 32 334 77 55
Binary 101011 1011011 10111101 1001101 110100 0 11010 11011100 111111 101101

Color Harmonies of #2B5BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5BBD

Black with #2B5BBD

Text Example


Text Example

White with #2B5BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,91,189); }

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

background-color css

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

 a { background-color: rgb(43,91,189); }

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

border-color css

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

 span { border-color: rgb(43,91,189); }

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