Html Css Color HEX #2B5CBD Cerulean Blue

📋 copy color: '#2B5CBD'

red 43 ◦ green 92 ◦ blue 189

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

Shades of Cerulean Blue #2B5CBD

Tints of Cerulean Blue #2B5CBD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.4%

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

R = 13.27%
G = 28.4%
B = 58.33%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2B5CBD (or 0x2B5CBD) is known color: Cerulean Blue. HEX triplet: 2B, 5C and BD. RGB value is (43,92,189). Sum of RGB (Red+Green+Blue) = 43+92+189=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 189 (74.22% from 255 or 58.33% from 324); Max value from RGB is 189 - color contains mainly: blue. Hex color #2B5CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5CBD is #D4A342. Grayscale: #575757. Windows color (decimal): -13935427 or 12409899. OLE color: 12409899.

HSL color Cylindrical-coordinate representation of color #2B5CBD: hue angle of 219.86º 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 #2B5CBD is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 92 189 -
CMYK 0.77 0.51 0 0.26
HSL 219.86º 0.63% 0.45% -
HSV(B) 219.86º 0.77% 0.74% -
XYZ 14.01 11.84 49.69 -
YUV 88.41 184.77 95.61 -
System Red Green Blue C M Y K H S L
Decimal 43 92 189 0.77 0.51 0 0.26 219.86 0.63 0.45
Hex 2B 5C BD 4D 33 0 1A DC 3F 2D
Octal 53 134 275 115 63 0 32 334 77 55
Binary 101011 1011100 10111101 1001101 110011 0 11010 11011100 111111 101101

Color Harmonies of #2B5CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5CBD

Black with #2B5CBD

Text Example


Text Example

White with #2B5CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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