Html Css Color HEX #1A4CDC Cerulean Blue

📋 copy color: '#1A4CDC'

red 26 ◦ green 76 ◦ blue 220

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

Shades of Cerulean Blue #1A4CDC

Tints of Cerulean Blue #1A4CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 68.32%

R = 8.07%
G = 23.6%
B = 68.32%

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

#1A4CDC (or 0x1A4CDC) is known color: Cerulean Blue. HEX triplet: 1A, 4C and DC. RGB value is (26,76,220). Sum of RGB (Red+Green+Blue) = 26+76+220=322 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.07% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 220 (86.33% from 255 or 68.32% from 322); Max value from RGB is 220 - color contains mainly: blue. Hex color #1A4CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A4CDC is #E5B323. Grayscale: #4C4C4C. Windows color (decimal): -15053604 or 14437402. OLE color: 14437402.

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

Color convert

RGB 26 76 220 -
CMYK 0.88 0.65 0 0.14
HSL 224.54º 0.79% 0.48% -
HSV(B) 224.54º 0.88% 0.86% -
XYZ 15.93 10.56 68.91 -
YUV 77.47 208.44 91.29 -
System Red Green Blue C M Y K H S L
Decimal 26 76 220 0.88 0.65 0 0.14 224.54 0.79 0.48
Hex 1A 4C DC 58 41 0 E E1 4F 30
Octal 32 114 334 130 101 0 16 341 117 60
Binary 11010 1001100 11011100 1011000 1000001 0 1110 11100001 1001111 110000

Color Harmonies of #1A4CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4CDC

Black with #1A4CDC

Text Example


Text Example

White with #1A4CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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