Html Css Color HEX #0930EF Blue

📋 copy color: '#0930EF'

red 9 ◦ green 48 ◦ blue 239

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

Shades of Blue #0930EF

Tints of Blue #0930EF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.22%

 BLUE value IS 239 (93.75% from 255) = 80.74%

R = 3.04%
G = 16.22%
B = 80.74%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0930EF (or 0x0930EF) is known color: Blue. HEX triplet: 09, 30 and EF. RGB value is (9,48,239). Sum of RGB (Red+Green+Blue) = 9+48+239=296 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.04% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 239 (93.75% from 255 or 80.74% from 296); Max value from RGB is 239 - color contains mainly: blue. Hex color #0930EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0930EF is #F6CF10. Grayscale: #393939. Windows color (decimal): -16174865 or 15675401. OLE color: 15675401.

HSL color Cylindrical-coordinate representation of color #0930EF: hue angle of 229.83º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0930EF is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 9 48 239 -
CMYK 0.96 0.80 0 0.06
HSL 229.83º 0.93% 0.49% -
HSV(B) 229.83º 0.96% 0.94% -
XYZ 16.75 8.4 82.4 -
YUV 58.11 230.08 92.97 -
System Red Green Blue C M Y K H S L
Decimal 9 48 239 0.96 0.80 0 0.06 229.83 0.93 0.49
Hex 9 30 EF 60 50 0 6 E6 5D 31
Octal 11 60 357 140 120 0 6 346 135 61
Binary 1001 110000 11101111 1100000 1010000 0 110 11100110 1011101 110001

Color Harmonies of #0930EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0930EF

Black with #0930EF

Text Example


Text Example

White with #0930EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0930EF; }

 p { color: rgb(9,48,239); }

 H1.HeaderClassName
 {
   color: #0930EF;
 }
 .AnyTagClassName
 {
   color: #0930EF;
 }
</style>

background-color css

<style>
 a { background-color: #0930EF; }

 a { background-color: rgb(9,48,239); }

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

border-color css

<style>
 span { border-color: #0930EF; }

 span { border-color: rgb(9,48,239); }

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