#1A4FD8

Color #1A4FD8 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #1A4FD8

Tints of Cerulean Blue #1A4FD8

Color information

#1A4FD8 (or 0x1A4FD8) is unknown color: approx Cerulean Blue. HEX triplet: 1A, 4F and D8. RGB value is (26,79,216). Sum of RGB (Red+Green+Blue) = 26+79+216=321 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.10% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 216 (84.77% from 255 or 67.29% from 321); Max value from RGB is 216 - color contains mainly: blue. Hex color #1A4FD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A4FD8 is #E5B027. Grayscale: #4E4E4E. Windows color (decimal): -15052840 or 14176026. OLE color: 14176026.

HSL color Cylindrical-coordinate representation of color #1A4FD8: hue angle of 223.26º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A4FD8 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB2679216-
CMYK0.880.6300.15
HSL223.26º78.51%47.45%-
HSV(B)223.26º87.96%84.71%-
XYZ15.6210.7766.22-
YUV78.77205.4490.36-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.10%
GREEN value IS 79 (31.25% from 255) = 24.61%
BLUE value IS 216 (84.77% from 255) = 67.29%
R=8.10%
G=24.61%
B=67.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal26792160.880.6300.15223.2678.5147.45
Hex1A4FD8583F0Fdf4f2f
Octal321173301307701733711757
Binary11010100111111011000101100011111101111110111111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1A4FD8;
 }
 .AnyTagClassName
 {
   color: #1A4FD8;
 }
</style>
background-color css

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

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

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

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

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

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