#1f48c6

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

Shades of Cerulean Blue #1F48C6

Tints of Cerulean Blue #1F48C6

Color information

#1F48C6 (or 0x1F48C6) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 48 and C6. RGB value is (31,72,198). Sum of RGB (Red+Green+Blue) = 31+72+198=301 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.30% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 198 (77.73% from 255 or 65.78% from 301); Max value from RGB is 198 - color contains mainly: blue. Hex color #1F48C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F48C6 is #E0B739. Grayscale: #494949. Windows color (decimal): -14726970 or 12994591. OLE color: 12994591.

HSL color Cylindrical-coordinate representation of color #1F48C6: hue angle of 225.27º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F48C6 is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3172198-
CMYK0.840.6400.22
HSL225.27º72.93%44.9%-
HSV(B)225.27º84.34%77.65%-
XYZ13.08954.47-
YUV74.1197.9297.25-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.30%
GREEN value IS 72 (28.52% from 255) = 23.92%
BLUE value IS 198 (77.73% from 255) = 65.78%
R=10.30%
G=23.92%
B=65.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal31721980.840.6400.22225.2772.9344.9
Hex1F48C65440016e1492d
Octal3711030612410002634111155
Binary1111110010001100011010101001000000010110111000011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f48c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,72,198); }

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

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

 a { background-color: rgb(31,72,198); }

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

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

 span { border-color: rgb(31,72,198); }

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