Html Css Color HEX #1A4FDD Cerulean Blue

📋 copy color: '#1A4FDD'

red 26 ◦ green 79 ◦ blue 221

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

Shades of Cerulean Blue #1A4FDD

Tints of Cerulean Blue #1A4FDD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.23%

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

R = 7.98%
G = 24.23%
B = 67.79%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1A4FDD (or 0x1A4FDD) is known color: Cerulean Blue. HEX triplet: 1A, 4F and DD. RGB value is (26,79,221). Sum of RGB (Red+Green+Blue) = 26+79+221=326 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.98% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 221 (86.72% from 255 or 67.79% from 326); Max value from RGB is 221 - color contains mainly: blue. Hex color #1A4FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A4FDD is #E5B022. Grayscale: #4E4E4E. Windows color (decimal): -15052835 or 14503706. OLE color: 14503706.

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

Color convert

RGB 26 79 221 -
CMYK 0.88 0.64 0 0.13
HSL 223.69º 0.79% 0.48% -
HSV(B) 223.69º 0.88% 0.87% -
XYZ 16.27 11.03 69.68 -
YUV 79.34 207.94 89.95 -
System Red Green Blue C M Y K H S L
Decimal 26 79 221 0.88 0.64 0 0.13 223.69 0.79 0.48
Hex 1A 4F DD 58 40 0 D E0 4F 30
Octal 32 117 335 130 100 0 15 340 117 60
Binary 11010 1001111 11011101 1011000 1000000 0 1101 11100000 1001111 110000

Color Harmonies of #1A4FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4FDD

Black with #1A4FDD

Text Example


Text Example

White with #1A4FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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