#0934FA

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

Shades of Blue #0934FA

Tints of Blue #0934FA

Color information

#0934FA (or 0x0934FA) is unknown color: approx Blue. HEX triplet: 09, 34 and FA. RGB value is (9,52,250). Sum of RGB (Red+Green+Blue) = 9+52+250=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 250 (98.05% from 255 or 80.39% from 311); Max value from RGB is 250 - color contains mainly: blue. Hex color #0934FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0934FA is #F6CB05. Grayscale: #3C3C3C. Windows color (decimal): -16173830 or 16397321. OLE color: 16397321.

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

Color convert

RGB952250-
CMYK0.960.7900.02
HSL229.29º96.02%50.78%-
HSV(B)229.29º96.4%98.04%-
XYZ18.69.4291.28-
YUV61.72234.2590.4-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.89%
GREEN value IS 52 (20.70% from 255) = 16.72%
BLUE value IS 250 (98.05% from 255) = 80.39%
R=2.89%
G=16.72%
B=80.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal9522500.960.7900.02229.2996.0250.78
Hex934FA604F02e56033
Octal11643721401170234514063
Binary10011101001111101011000001001111010111001011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0934FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,52,250); }

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

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

 a { background-color: rgb(9,52,250); }

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

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

 span { border-color: rgb(9,52,250); }

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