Html Css Color HEX #2B4CDB Cerulean Blue

📋 copy color: '#2B4CDB'

red 43 ◦ green 76 ◦ blue 219

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

Shades of Cerulean Blue #2B4CDB

Tints of Cerulean Blue #2B4CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.49%

 BLUE value IS 219 (85.94% from 255) = 64.79%

R = 12.72%
G = 22.49%
B = 64.79%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2B4CDB (or 0x2B4CDB) is known color: Cerulean Blue. HEX triplet: 2B, 4C and DB. RGB value is (43,76,219). Sum of RGB (Red+Green+Blue) = 43+76+219=338 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.72% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B4CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B4CDB is #D4B324. Grayscale: #515151. Windows color (decimal): -13939493 or 14371883. OLE color: 14371883.

HSL color Cylindrical-coordinate representation of color #2B4CDB: hue angle of 228.75º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B4CDB is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 76 219 -
CMYK 0.80 0.65 0 0.14
HSL 228.75º 0.71% 0.51% -
HSV(B) 228.75º 0.8% 0.86% -
XYZ 16.37 10.8 68.24 -
YUV 82.44 205.07 99.87 -
System Red Green Blue C M Y K H S L
Decimal 43 76 219 0.80 0.65 0 0.14 228.75 0.71 0.51
Hex 2B 4C DB 50 41 0 E E5 47 33
Octal 53 114 333 120 101 0 16 345 107 63
Binary 101011 1001100 11011011 1010000 1000001 0 1110 11100101 1000111 110011

Color Harmonies of #2B4CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4CDB

Black with #2B4CDB

Text Example


Text Example

White with #2B4CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,76,219); }

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

background-color css

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

 a { background-color: rgb(43,76,219); }

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

border-color css

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

 span { border-color: rgb(43,76,219); }

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