Html Css Color HEX #0939FA Blue

📋 copy color: '#0939FA'

red 9 ◦ green 57 ◦ blue 250

#0939FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #0939FA

Tints of Blue #0939FA

RGB

 RED value IS 9 (3.91% from 255) = 2.85%

 GREEN value IS 57 (22.66% from 255) = 18.04%

 BLUE value IS 250 (98.05% from 255) = 79.11%

R = 2.85%
G = 18.04%
B = 79.11%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0939FA (or 0x0939FA) is known color: Blue. HEX triplet: 09, 39 and FA. RGB value is (9,57,250). Sum of RGB (Red+Green+Blue) = 9+57+250=316 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.85% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 250 (98.05% from 255 or 79.11% from 316); Max value from RGB is 250 - color contains mainly: blue. Hex color #0939FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0939FA is #F6C605. Grayscale: #3F3F3F. Windows color (decimal): -16172550 or 16398601. OLE color: 16398601.

HSL color Cylindrical-coordinate representation of color #0939FA: hue angle of 228.05º 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 #0939FA is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 57 250 -
CMYK 0.96 0.77 0 0.02
HSL 228.05º 0.96% 0.51% -
HSV(B) 228.05º 0.96% 0.98% -
XYZ 18.83 9.89 91.36 -
YUV 64.65 232.6 88.31 -
System Red Green Blue C M Y K H S L
Decimal 9 57 250 0.96 0.77 0 0.02 228.05 0.96 0.51
Hex 9 39 FA 60 4D 0 2 E4 60 33
Octal 11 71 372 140 115 0 2 344 140 63
Binary 1001 111001 11111010 1100000 1001101 0 10 11100100 1100000 110011

Color Harmonies of #0939FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0939FA

Black with #0939FA

Text Example


Text Example

White with #0939FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0939FA;
 }
 .AnyTagClassName
 {
   color: #0939FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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