#1F54DA

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

Shades of Cerulean Blue #1F54DA

Tints of Cerulean Blue #1F54DA

Color information

#1F54DA (or 0x1F54DA) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 54 and DA. RGB value is (31,84,218). Sum of RGB (Red+Green+Blue) = 31+84+218=333 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.31% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 218 (85.55% from 255 or 65.47% from 333); Max value from RGB is 218 - color contains mainly: blue. Hex color #1F54DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F54DA is #E0AB25. Grayscale: #525252. Windows color (decimal): -14723878 or 14308383. OLE color: 14308383.

HSL color Cylindrical-coordinate representation of color #1F54DA: hue angle of 222.99º 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 #1F54DA is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3184218-
CMYK0.860.6100.15
HSL222.99º75.1%48.82%-
HSV(B)222.99º85.78%85.49%-
XYZ16.3911.6967.72-
YUV83.43203.9490.6-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.31%
GREEN value IS 84 (33.20% from 255) = 25.23%
BLUE value IS 218 (85.55% from 255) = 65.47%
R=9.31%
G=25.23%
B=65.47%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal31842180.860.6100.15222.9975.148.82
Hex1F54DA563D0Fdf4b31
Octal371243321267501733711361
Binary11111101010011011010101011011110101111110111111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F54DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,84,218); }

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

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

 a { background-color: rgb(31,84,218); }

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

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

 span { border-color: rgb(31,84,218); }

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