Html Css Color HEX #1A4DDD Cerulean Blue

📋 copy color: '#1A4DDD'

red 26 ◦ green 77 ◦ blue 221

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

Shades of Cerulean Blue #1A4DDD

Tints of Cerulean Blue #1A4DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 68.21%

R = 8.02%
G = 23.77%
B = 68.21%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1A4DDD (or 0x1A4DDD) is known color: Cerulean Blue. HEX triplet: 1A, 4D and DD. RGB value is (26,77,221). Sum of RGB (Red+Green+Blue) = 26+77+221=324 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.02% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 221 (86.72% from 255 or 68.21% from 324); Max value from RGB is 221 - color contains mainly: blue. Hex color #1A4DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A4DDD is #E5B222. Grayscale: #4D4D4D. Windows color (decimal): -15053347 or 14503194. OLE color: 14503194.

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

Color convert

RGB 26 77 221 -
CMYK 0.88 0.65 0 0.13
HSL 224.31º 0.79% 0.48% -
HSV(B) 224.31º 0.88% 0.87% -
XYZ 16.13 10.75 69.63 -
YUV 78.17 208.6 90.79 -
System Red Green Blue C M Y K H S L
Decimal 26 77 221 0.88 0.65 0 0.13 224.31 0.79 0.48
Hex 1A 4D DD 58 41 0 D E0 4F 30
Octal 32 115 335 130 101 0 15 340 117 60
Binary 11010 1001101 11011101 1011000 1000001 0 1101 11100000 1001111 110000

Color Harmonies of #1A4DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4DDD

Black with #1A4DDD

Text Example


Text Example

White with #1A4DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,77,221); }

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

background-color css

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

 a { background-color: rgb(26,77,221); }

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

border-color css

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

 span { border-color: rgb(26,77,221); }

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