#1F47DA

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

Shades of Cerulean Blue #1F47DA

Tints of Cerulean Blue #1F47DA

Color information

#1F47DA (or 0x1F47DA) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 47 and DA. RGB value is (31,71,218). Sum of RGB (Red+Green+Blue) = 31+71+218=320 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.69% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 218 (85.55% from 255 or 68.12% from 320); Max value from RGB is 218 - color contains mainly: blue. Hex color #1F47DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F47DA is #E0B825. Grayscale: #4B4B4B. Windows color (decimal): -14727206 or 14305055. OLE color: 14305055.

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

Color convert

RGB3171218-
CMYK0.860.6700.15
HSL227.17º75.1%48.82%-
HSV(B)227.17º85.78%85.49%-
XYZ15.479.8667.42-
YUV75.8208.2596.05-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.69%
GREEN value IS 71 (28.12% from 255) = 22.19%
BLUE value IS 218 (85.55% from 255) = 68.12%
R=9.69%
G=22.19%
B=68.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal31712180.860.6700.15227.1775.148.82
Hex1F47DA56430Fe34b31
Octal3710733212610301734311361
Binary111111000111110110101010110100001101111111000111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F47DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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