#1F48D4

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

Shades of Cerulean Blue #1F48D4

Tints of Cerulean Blue #1F48D4

Color information

#1F48D4 (or 0x1F48D4) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 48 and D4. RGB value is (31,72,212). Sum of RGB (Red+Green+Blue) = 31+72+212=315 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.84% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 212 (83.20% from 255 or 67.30% from 315); Max value from RGB is 212 - color contains mainly: blue. Hex color #1F48D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F48D4 is #E0B72B. Grayscale: #4B4B4B. Windows color (decimal): -14726956 or 13912095. OLE color: 13912095.

HSL color Cylindrical-coordinate representation of color #1F48D4: hue angle of 226.41º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F48D4 is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB3172212-
CMYK0.850.6600.17
HSL226.41º74.49%47.65%-
HSV(B)226.41º85.38%83.14%-
XYZ14.779.6863.38-
YUV75.7204.9296.12-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.84%
GREEN value IS 72 (28.52% from 255) = 22.86%
BLUE value IS 212 (83.20% from 255) = 67.30%
R=9.84%
G=22.86%
B=67.30%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal31722120.850.6600.17226.4174.4947.65
Hex1F48D45542011e24a30
Octal3711032412510202134211260
Binary1111110010001101010010101011000010010001111000101001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F48D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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