#042FD7

Color #042FD7 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #042FD7

Tints of Persian Blue #042FD7

Color information

#042FD7 (or 0x042FD7) is unknown color: approx Persian Blue. HEX triplet: 04, 2F and D7. RGB value is (4,47,215). Sum of RGB (Red+Green+Blue) = 4+47+215=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 215 (84.38% from 255 or 80.83% from 266); Max value from RGB is 215 - color contains mainly: blue. Hex color #042FD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042FD7 is #FBD028. Grayscale: #343434. Windows color (decimal): -16502825 or 14102276. OLE color: 14102276.

HSL color Cylindrical-coordinate representation of color #042FD7: hue angle of 227.77º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042FD7 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB447215-
CMYK0.980.7800.16
HSL227.77º96.35%42.94%-
HSV(B)227.77º98.14%84.31%-
XYZ13.336.9764.93-
YUV53.3219.2592.84-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.50%
GREEN value IS 47 (18.75% from 255) = 17.67%
BLUE value IS 215 (84.38% from 255) = 80.83%
R=1.50%
G=17.67%
B=80.83%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal4472150.980.7800.16227.7796.3542.94
Hex42FD7624E010e4602b
Octal45732714211602034414053
Binary1001011111101011111000101001110010000111001001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042FD7; }

 p { color: rgb(4,47,215); }

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

<style>
 a { background-color: #042FD7; }

 a { background-color: rgb(4,47,215); }

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

<style>
 span { border-color: #042FD7; }

 span { border-color: rgb(4,47,215); }

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