Html Css Color HEX #2B4BDB Cerulean Blue

📋 copy color: '#2B4BDB'

red 43 ◦ green 75 ◦ blue 219

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

Shades of Cerulean Blue #2B4BDB

Tints of Cerulean Blue #2B4BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.26%

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

R = 12.76%
G = 22.26%
B = 64.99%

CMYK

 C value IS 0.80

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2B4BDB (or 0x2B4BDB) is known color: Cerulean Blue. HEX triplet: 2B, 4B and DB. RGB value is (43,75,219). Sum of RGB (Red+Green+Blue) = 43+75+219=337 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.76% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B4BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B4BDB is #D4B424. Grayscale: #515151. Windows color (decimal): -13939749 or 14371627. OLE color: 14371627.

HSL color Cylindrical-coordinate representation of color #2B4BDB: hue angle of 229.09º 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 #2B4BDB is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 75 219 -
CMYK 0.80 0.66 0 0.14
HSL 229.09º 0.71% 0.51% -
HSV(B) 229.09º 0.8% 0.86% -
XYZ 16.3 10.66 68.22 -
YUV 81.85 205.4 100.29 -
System Red Green Blue C M Y K H S L
Decimal 43 75 219 0.80 0.66 0 0.14 229.09 0.71 0.51
Hex 2B 4B DB 50 42 0 E E5 47 33
Octal 53 113 333 120 102 0 16 345 107 63
Binary 101011 1001011 11011011 1010000 1000010 0 1110 11100101 1000111 110011

Color Harmonies of #2B4BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4BDB

Black with #2B4BDB

Text Example


Text Example

White with #2B4BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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