Html Css Color HEX #1C4BDB Cerulean Blue

📋 copy color: '#1C4BDB'

red 28 ◦ green 75 ◦ blue 219

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

Shades of Cerulean Blue #1C4BDB

Tints of Cerulean Blue #1C4BDB

RGB

 RED value IS 28 (11.33% from 255) = 8.7%

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

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

R = 8.7%
G = 23.29%
B = 68.01%

CMYK

 C value IS 0.87

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1C4BDB (or 0x1C4BDB) is known color: Cerulean Blue. HEX triplet: 1C, 4B and DB. RGB value is (28,75,219). Sum of RGB (Red+Green+Blue) = 28+75+219=322 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.70% from 322); Green value is 75 (29.69% from 255 or 23.29% from 322); Blue value is 219 (85.94% from 255 or 68.01% from 322); Max value from RGB is 219 - color contains mainly: blue. Hex color #1C4BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C4BDB is #E3B424. Grayscale: #4C4C4C. Windows color (decimal): -14922789 or 14371612. OLE color: 14371612.

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

Color convert

RGB 28 75 219 -
CMYK 0.87 0.66 0 0.14
HSL 225.24º 0.77% 0.48% -
HSV(B) 225.24º 0.87% 0.86% -
XYZ 15.78 10.39 68.19 -
YUV 77.36 207.93 92.79 -
System Red Green Blue C M Y K H S L
Decimal 28 75 219 0.87 0.66 0 0.14 225.24 0.77 0.48
Hex 1C 4B DB 57 42 0 E E1 4D 30
Octal 34 113 333 127 102 0 16 341 115 60
Binary 11100 1001011 11011011 1010111 1000010 0 1110 11100001 1001101 110000

Color Harmonies of #1C4BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4BDB

Black with #1C4BDB

Text Example


Text Example

White with #1C4BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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