Html Css Color HEX #2B5EBC Cerulean Blue

📋 copy color: '#2B5EBC'

red 43 ◦ green 94 ◦ blue 188

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

Shades of Cerulean Blue #2B5EBC

Tints of Cerulean Blue #2B5EBC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.92%

 BLUE value IS 188 (73.83% from 255) = 57.85%

R = 13.23%
G = 28.92%
B = 57.85%

CMYK

 C value IS 0.77

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2B5EBC (or 0x2B5EBC) is known color: Cerulean Blue. HEX triplet: 2B, 5E and BC. RGB value is (43,94,188). Sum of RGB (Red+Green+Blue) = 43+94+188=325 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.23% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B5EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5EBC is #D4A143. Grayscale: #595959. Windows color (decimal): -13934916 or 12344875. OLE color: 12344875.

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

Color convert

RGB 43 94 188 -
CMYK 0.77 0.50 0 0.26
HSL 218.9º 0.63% 0.45% -
HSV(B) 218.9º 0.77% 0.74% -
XYZ 14.08 12.15 49.18 -
YUV 89.47 183.6 94.86 -
System Red Green Blue C M Y K H S L
Decimal 43 94 188 0.77 0.50 0 0.26 218.9 0.63 0.45
Hex 2B 5E BC 4D 32 0 1A DB 3F 2D
Octal 53 136 274 115 62 0 32 333 77 55
Binary 101011 1011110 10111100 1001101 110010 0 11010 11011011 111111 101101

Color Harmonies of #2B5EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5EBC

Black with #2B5EBC

Text Example


Text Example

White with #2B5EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,94,188); }

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

background-color css

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

 a { background-color: rgb(43,94,188); }

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

border-color css

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

 span { border-color: rgb(43,94,188); }

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