#1f4be3

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

Shades of Cerulean Blue #1F4BE3

Tints of Cerulean Blue #1F4BE3

Color information

#1F4BE3 (or 0x1F4BE3) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 4B and E3. RGB value is (31,75,227). Sum of RGB (Red+Green+Blue) = 31+75+227=333 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.31% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 227 (89.06% from 255 or 68.17% from 333); Max value from RGB is 227 - color contains mainly: blue. Hex color #1F4BE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F4BE3 is #E0B41C. Grayscale: #4E4E4E. Windows color (decimal): -14726173 or 14895903. OLE color: 14895903.

HSL color Cylindrical-coordinate representation of color #1F4BE3: hue angle of 226.53º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F4BE3 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB3175227-
CMYK0.860.6700.11
HSL226.53º77.78%50.59%-
HSV(B)226.53º86.34%89.02%-
XYZ16.9510.8773.88-
YUV79.17211.4293.64-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.31%
GREEN value IS 75 (29.69% from 255) = 22.52%
BLUE value IS 227 (89.06% from 255) = 68.17%
R=9.31%
G=22.52%
B=68.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal31752270.860.6700.11226.5377.7850.59
Hex1F4BE356430Be34e33
Octal3711334312610301334311663
Binary111111001011111000111010110100001101011111000111001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f4be3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,75,227); }

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

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

 a { background-color: rgb(31,75,227); }

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

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

 span { border-color: rgb(31,75,227); }

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