Html Css Color HEX #2B4DDB Cerulean Blue

📋 copy color: '#2B4DDB'

red 43 ◦ green 77 ◦ blue 219

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

Shades of Cerulean Blue #2B4DDB

Tints of Cerulean Blue #2B4DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.71%

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

R = 12.68%
G = 22.71%
B = 64.6%

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

#2B4DDB (or 0x2B4DDB) is known color: Cerulean Blue. HEX triplet: 2B, 4D and DB. RGB value is (43,77,219). Sum of RGB (Red+Green+Blue) = 43+77+219=339 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.68% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B4DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B4DDB is #D4B224. Grayscale: #525252. Windows color (decimal): -13939237 or 14372139. OLE color: 14372139.

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

Color convert

RGB 43 77 219 -
CMYK 0.80 0.65 0 0.14
HSL 228.41º 0.71% 0.51% -
HSV(B) 228.41º 0.8% 0.86% -
XYZ 16.44 10.94 68.26 -
YUV 83.02 204.74 99.45 -
System Red Green Blue C M Y K H S L
Decimal 43 77 219 0.80 0.65 0 0.14 228.41 0.71 0.51
Hex 2B 4D DB 50 41 0 E E4 47 33
Octal 53 115 333 120 101 0 16 344 107 63
Binary 101011 1001101 11011011 1010000 1000001 0 1110 11100100 1000111 110011

Color Harmonies of #2B4DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4DDB

Black with #2B4DDB

Text Example


Text Example

White with #2B4DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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