Html Css Color HEX #1A4FDF Cerulean Blue

📋 copy color: '#1A4FDF'

red 26 ◦ green 79 ◦ blue 223

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

Shades of Cerulean Blue #1A4FDF

Tints of Cerulean Blue #1A4FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 67.99%

R = 7.93%
G = 24.09%
B = 67.99%

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

#1A4FDF (or 0x1A4FDF) is known color: Cerulean Blue. HEX triplet: 1A, 4F and DF. RGB value is (26,79,223). Sum of RGB (Red+Green+Blue) = 26+79+223=328 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.93% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 223 (87.5% from 255 or 67.99% from 328); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A4FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A4FDF is #E5B020. Grayscale: #4E4E4E. Windows color (decimal): -15052833 or 14634778. OLE color: 14634778.

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

Color convert

RGB 26 79 223 -
CMYK 0.88 0.65 0 0.13
HSL 223.86º 0.79% 0.49% -
HSV(B) 223.86º 0.88% 0.87% -
XYZ 16.54 11.14 71.09 -
YUV 79.57 208.94 89.79 -
System Red Green Blue C M Y K H S L
Decimal 26 79 223 0.88 0.65 0 0.13 223.86 0.79 0.49
Hex 1A 4F DF 58 41 0 D E0 4F 31
Octal 32 117 337 130 101 0 15 340 117 61
Binary 11010 1001111 11011111 1011000 1000001 0 1101 11100000 1001111 110001

Color Harmonies of #1A4FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4FDF

Black with #1A4FDF

Text Example


Text Example

White with #1A4FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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