Html Css Color HEX #1B4DDB Cerulean Blue

📋 copy color: '#1B4DDB'

red 27 ◦ green 77 ◦ blue 219

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

Shades of Cerulean Blue #1B4DDB

Tints of Cerulean Blue #1B4DDB

RGB

 RED value IS 27 (10.94% from 255) = 8.36%

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

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

R = 8.36%
G = 23.84%
B = 67.8%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1B4DDB (or 0x1B4DDB) is known color: Cerulean Blue. HEX triplet: 1B, 4D and DB. RGB value is (27,77,219). Sum of RGB (Red+Green+Blue) = 27+77+219=323 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.36% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B4DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B4DDB is #E4B224. Grayscale: #4D4D4D. Windows color (decimal): -14987813 or 14372123. OLE color: 14372123.

HSL color Cylindrical-coordinate representation of color #1B4DDB: hue angle of 224.38º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B4DDB is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 27 77 219 -
CMYK 0.88 0.65 0 0.14
HSL 224.38º 0.78% 0.48% -
HSV(B) 224.38º 0.88% 0.86% -
XYZ 15.89 10.66 68.24 -
YUV 78.24 207.44 91.45 -
System Red Green Blue C M Y K H S L
Decimal 27 77 219 0.88 0.65 0 0.14 224.38 0.78 0.48
Hex 1B 4D DB 58 41 0 E E0 4E 30
Octal 33 115 333 130 101 0 16 340 116 60
Binary 11011 1001101 11011011 1011000 1000001 0 1110 11100000 1001110 110000

Color Harmonies of #1B4DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4DDB

Black with #1B4DDB

Text Example


Text Example

White with #1B4DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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