#1F51D5

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

Shades of Cerulean Blue #1F51D5

Tints of Cerulean Blue #1F51D5

Color information

#1F51D5 (or 0x1F51D5) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 51 and D5. RGB value is (31,81,213). Sum of RGB (Red+Green+Blue) = 31+81+213=325 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.54% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 213 (83.59% from 255 or 65.54% from 325); Max value from RGB is 213 - color contains mainly: blue. Hex color #1F51D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F51D5 is #E0AE2A. Grayscale: #505050. Windows color (decimal): -14724651 or 13979935. OLE color: 13979935.

HSL color Cylindrical-coordinate representation of color #1F51D5: hue angle of 223.52º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F51D5 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB3181213-
CMYK0.850.6200.16
HSL223.52º74.59%47.84%-
HSV(B)223.52º85.45%83.53%-
XYZ15.5210.9864.25-
YUV81.1202.4492.27-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.54%
GREEN value IS 81 (32.03% from 255) = 24.92%
BLUE value IS 213 (83.59% from 255) = 65.54%
R=9.54%
G=24.92%
B=65.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal31812130.850.6200.16223.5274.5947.84
Hex1F51D5553E010e04b30
Octal371213251257602034011360
Binary111111010001110101011010101111110010000111000001001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F51D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,81,213); }

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

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

 a { background-color: rgb(31,81,213); }

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

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

 span { border-color: rgb(31,81,213); }

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