#1F4BC7

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

Shades of Cerulean Blue #1F4BC7

Tints of Cerulean Blue #1F4BC7

Color information

#1F4BC7 (or 0x1F4BC7) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 4B and C7. RGB value is (31,75,199). Sum of RGB (Red+Green+Blue) = 31+75+199=305 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.16% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 199 (78.12% from 255 or 65.25% from 305); Max value from RGB is 199 - color contains mainly: blue. Hex color #1F4BC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F4BC7 is #E0B438. Grayscale: #4B4B4B. Windows color (decimal): -14726201 or 13060895. OLE color: 13060895.

HSL color Cylindrical-coordinate representation of color #1F4BC7: hue angle of 224.29º 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 #1F4BC7 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3175199-
CMYK0.840.6200.22
HSL224.29º73.04%45.1%-
HSV(B)224.29º84.42%78.04%-
XYZ13.399.4555.15-
YUV75.98197.4295.92-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.16%
GREEN value IS 75 (29.69% from 255) = 24.59%
BLUE value IS 199 (78.12% from 255) = 65.25%
R=10.16%
G=24.59%
B=65.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal31751990.840.6200.22224.2973.0445.1
Hex1F4BC7543E016e0492d
Octal371133071247602634011155
Binary111111001011110001111010100111110010110111000001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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