Html Css Color HEX #2C5BBB Cerulean Blue

📋 copy color: '#2C5BBB'

red 44 ◦ green 91 ◦ blue 187

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

Shades of Cerulean Blue #2C5BBB

Tints of Cerulean Blue #2C5BBB

RGB

 RED value IS 44 (17.58% from 255) = 13.66%

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

 BLUE value IS 187 (73.44% from 255) = 58.07%

R = 13.66%
G = 28.26%
B = 58.07%

CMYK

 C value IS 0.76

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2C5BBB (or 0x2C5BBB) is known color: Cerulean Blue. HEX triplet: 2C, 5B and BB. RGB value is (44,91,187). Sum of RGB (Red+Green+Blue) = 44+91+187=322 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.66% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 187 (73.44% from 255 or 58.07% from 322); Max value from RGB is 187 - color contains mainly: blue. Hex color #2C5BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C5BBB is #D3A444. Grayscale: #575757. Windows color (decimal): -13870149 or 12278572. OLE color: 12278572.

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

Color convert

RGB 44 91 187 -
CMYK 0.76 0.51 0 0.27
HSL 220.28º 0.62% 0.45% -
HSV(B) 220.28º 0.76% 0.73% -
XYZ 13.75 11.61 48.53 -
YUV 87.89 183.93 96.69 -
System Red Green Blue C M Y K H S L
Decimal 44 91 187 0.76 0.51 0 0.27 220.28 0.62 0.45
Hex 2C 5B BB 4C 33 0 1B DC 3E 2D
Octal 54 133 273 114 63 0 33 334 76 55
Binary 101100 1011011 10111011 1001100 110011 0 11011 11011100 111110 101101

Color Harmonies of #2C5BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5BBB

Black with #2C5BBB

Text Example


Text Example

White with #2C5BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,91,187); }

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

background-color css

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

 a { background-color: rgb(44,91,187); }

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

border-color css

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

 span { border-color: rgb(44,91,187); }

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