#1F46DA

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

Shades of Cerulean Blue #1F46DA

Tints of Cerulean Blue #1F46DA

Color information

#1F46DA (or 0x1F46DA) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 46 and DA. RGB value is (31,70,218). Sum of RGB (Red+Green+Blue) = 31+70+218=319 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.72% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 218 (85.55% from 255 or 68.34% from 319); Max value from RGB is 218 - color contains mainly: blue. Hex color #1F46DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F46DA is #E0B925. Grayscale: #4A4A4A. Windows color (decimal): -14727462 or 14304799. OLE color: 14304799.

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

Color convert

RGB3170218-
CMYK0.860.6800.15
HSL227.49º75.1%48.82%-
HSV(B)227.49º85.78%85.49%-
XYZ15.419.7367.4-
YUV75.21208.5896.47-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.72%
GREEN value IS 70 (27.73% from 255) = 21.94%
BLUE value IS 218 (85.55% from 255) = 68.34%
R=9.72%
G=21.94%
B=68.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal31702180.860.6800.15227.4975.148.82
Hex1F46DA56440Fe34b31
Octal3710633212610401734311361
Binary111111000110110110101010110100010001111111000111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F46DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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