#1F51E1

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

Shades of Cerulean Blue #1F51E1

Tints of Cerulean Blue #1F51E1

Color information

#1F51E1 (or 0x1F51E1) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 51 and E1. RGB value is (31,81,225). Sum of RGB (Red+Green+Blue) = 31+81+225=337 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.20% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 225 (88.28% from 255 or 66.77% from 337); Max value from RGB is 225 - color contains mainly: blue. Hex color #1F51E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F51E1 is #E0AE1E. Grayscale: #515151. Windows color (decimal): -14724639 or 14766367. OLE color: 14766367.

HSL color Cylindrical-coordinate representation of color #1F51E1: hue angle of 224.54º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F51E1 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB3181225-
CMYK0.860.6400.12
HSL224.54º76.38%50.2%-
HSV(B)224.54º86.22%88.24%-
XYZ17.111.6172.57-
YUV82.47208.4491.29-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.20%
GREEN value IS 81 (32.03% from 255) = 24.04%
BLUE value IS 225 (88.28% from 255) = 66.77%
R=9.20%
G=24.04%
B=66.77%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal31812250.860.6400.12224.5476.3850.2
Hex1F51E156400Ce14c32
Octal3712134112610001434111462
Binary111111010001111000011010110100000001100111000011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F51E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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