Html Css Color HEX #1A4CDB Cerulean Blue

📋 copy color: '#1A4CDB'

red 26 ◦ green 76 ◦ blue 219

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

Shades of Cerulean Blue #1A4CDB

Tints of Cerulean Blue #1A4CDB

RGB

 RED value IS 26 (10.55% from 255) = 8.1%

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

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

R = 8.1%
G = 23.68%
B = 68.22%

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

#1A4CDB (or 0x1A4CDB) is known color: Cerulean Blue. HEX triplet: 1A, 4C and DB. RGB value is (26,76,219). Sum of RGB (Red+Green+Blue) = 26+76+219=321 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.10% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #1A4CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A4CDB is #E5B324. Grayscale: #4C4C4C. Windows color (decimal): -15053605 or 14371866. OLE color: 14371866.

HSL color Cylindrical-coordinate representation of color #1A4CDB: hue angle of 224.46º degrees, saturation: 0.79, 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 #1A4CDB is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 26 76 219 -
CMYK 0.88 0.65 0 0.14
HSL 224.46º 0.79% 0.48% -
HSV(B) 224.46º 0.88% 0.86% -
XYZ 15.8 10.5 68.21 -
YUV 77.35 207.94 91.37 -
System Red Green Blue C M Y K H S L
Decimal 26 76 219 0.88 0.65 0 0.14 224.46 0.79 0.48
Hex 1A 4C DB 58 41 0 E E0 4F 30
Octal 32 114 333 130 101 0 16 340 117 60
Binary 11010 1001100 11011011 1011000 1000001 0 1110 11100000 1001111 110000

Color Harmonies of #1A4CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4CDB

Black with #1A4CDB

Text Example


Text Example

White with #1A4CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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