#1F5AD9

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

Shades of Cerulean Blue #1F5AD9

Tints of Cerulean Blue #1F5AD9

Color information

#1F5AD9 (or 0x1F5AD9) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 5A and D9. RGB value is (31,90,217). Sum of RGB (Red+Green+Blue) = 31+90+217=338 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.17% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 217 (85.16% from 255 or 64.20% from 338); Max value from RGB is 217 - color contains mainly: blue. Hex color #1F5AD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5AD9 is #E0A526. Grayscale: #565656. Windows color (decimal): -14722343 or 14244383. OLE color: 14244383.

HSL color Cylindrical-coordinate representation of color #1F5AD9: hue angle of 220.97º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F5AD9 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3190217-
CMYK0.860.5900.15
HSL220.97º75%48.63%-
HSV(B)220.97º85.71%85.1%-
XYZ16.7512.6167.2-
YUV86.84201.4588.17-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.17%
GREEN value IS 90 (35.55% from 255) = 26.63%
BLUE value IS 217 (85.16% from 255) = 64.20%
R=9.17%
G=26.63%
B=64.20%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal31902170.860.5900.15220.977548.63
Hex1F5AD9563B0Fdd4b31
Octal371323311267301733511361
Binary11111101101011011001101011011101101111110111011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,90,217); }

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

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

 a { background-color: rgb(31,90,217); }

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

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

 span { border-color: rgb(31,90,217); }

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