Html Css Color HEX #0930EE Blue

📋 copy color: '#0930EE'

red 9 ◦ green 48 ◦ blue 238

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

Shades of Blue #0930EE

Tints of Blue #0930EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 80.68%

R = 3.05%
G = 16.27%
B = 80.68%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0930EE (or 0x0930EE) is known color: Blue. HEX triplet: 09, 30 and EE. RGB value is (9,48,238). Sum of RGB (Red+Green+Blue) = 9+48+238=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 238 (93.36% from 255 or 80.68% from 295); Max value from RGB is 238 - color contains mainly: blue. Hex color #0930EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0930EE is #F6CF11. Grayscale: #393939. Windows color (decimal): -16174866 or 15609865. OLE color: 15609865.

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

Color convert

RGB 9 48 238 -
CMYK 0.96 0.80 0 0.07
HSL 229.78º 0.93% 0.48% -
HSV(B) 229.78º 0.96% 0.93% -
XYZ 16.6 8.35 81.62 -
YUV 58 229.58 93.05 -
System Red Green Blue C M Y K H S L
Decimal 9 48 238 0.96 0.80 0 0.07 229.78 0.93 0.48
Hex 9 30 EE 60 50 0 7 E6 5D 30
Octal 11 60 356 140 120 0 7 346 135 60
Binary 1001 110000 11101110 1100000 1010000 0 111 11100110 1011101 110000

Color Harmonies of #0930EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0930EE

Black with #0930EE

Text Example


Text Example

White with #0930EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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