#1F44EE

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

Shades of Cerulean Blue #1F44EE

Tints of Cerulean Blue #1F44EE

Color information

#1F44EE (or 0x1F44EE) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 44 and EE. RGB value is (31,68,238). Sum of RGB (Red+Green+Blue) = 31+68+238=337 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.20% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 238 (93.36% from 255 or 70.62% from 337); Max value from RGB is 238 - color contains mainly: blue. Hex color #1F44EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F44EE is #E0BB11. Grayscale: #4B4B4B. Windows color (decimal): -14727954 or 15615007. OLE color: 15615007.

HSL color Cylindrical-coordinate representation of color #1F44EE: hue angle of 229.28º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F44EE is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3168238-
CMYK0.870.7100.07
HSL229.28º85.89%52.75%-
HSV(B)229.28º86.97%93.33%-
XYZ18.0610.681.98-
YUV76.32219.2495.68-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.20%
GREEN value IS 68 (26.95% from 255) = 20.18%
BLUE value IS 238 (93.36% from 255) = 70.62%
R=9.20%
G=20.18%
B=70.62%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal31682380.870.7100.07229.2885.8952.75
Hex1F44EE574707e55635
Octal371043561271070734512665
Binary11111100010011101110101011110001110111111001011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F44EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,68,238); }

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

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

 a { background-color: rgb(31,68,238); }

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

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

 span { border-color: rgb(31,68,238); }

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