#0417FA

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

Shades of Blue #0417FA

Tints of Blue #0417FA

Color information

#0417FA (or 0x0417FA) is unknown color: approx Blue. HEX triplet: 04, 17 and FA. RGB value is (4,23,250). Sum of RGB (Red+Green+Blue) = 4+23+250=277 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 250 (98.05% from 255 or 90.25% from 277); Max value from RGB is 250 - color contains mainly: blue. Hex color #0417FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0417FA is #FBE805. Grayscale: #2A2A2A. Windows color (decimal): -16508934 or 16389892. OLE color: 16389892.

HSL color Cylindrical-coordinate representation of color #0417FA: hue angle of 235.37º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0417FA is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB423250-
CMYK0.980.9100.02
HSL235.37º96.85%49.8%-
HSV(B)235.37º98.4%98.04%-
XYZ17.617.5490.97-
YUV43.2244.71100.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.44%
GREEN value IS 23 (9.38% from 255) = 8.30%
BLUE value IS 250 (98.05% from 255) = 90.25%
R=1.44%
G=8.30%
B=90.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal4232500.980.9100.02235.3796.8549.8
Hex417FA625B02eb6132
Octal4273721421330235314162
Binary100101111111101011000101011011010111010111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0417FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0417FA; }

 p { color: rgb(4,23,250); }

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

<style>
 a { background-color: #0417FA; }

 a { background-color: rgb(4,23,250); }

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

<style>
 span { border-color: #0417FA; }

 span { border-color: rgb(4,23,250); }

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