Html Css Color HEX #0916EE Blue

📋 copy color: '#0916EE'

red 9 ◦ green 22 ◦ blue 238

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

Shades of Blue #0916EE

Tints of Blue #0916EE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.18%

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

R = 3.35%
G = 8.18%
B = 88.48%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0916EE (or 0x0916EE) is known color: Blue. HEX triplet: 09, 16 and EE. RGB value is (9,22,238). Sum of RGB (Red+Green+Blue) = 9+22+238=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 238 (93.36% from 255 or 88.48% from 269); Max value from RGB is 238 - color contains mainly: blue. Hex color #0916EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0916EE is #F6E911. Grayscale: #292929. Windows color (decimal): -16181522 or 15603209. OLE color: 15603209.

HSL color Cylindrical-coordinate representation of color #0916EE: hue angle of 236.59º 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 #0916EE is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 22 238 -
CMYK 0.96 0.91 0 0.07
HSL 236.59º 0.93% 0.48% -
HSV(B) 236.59º 0.96% 0.93% -
XYZ 15.83 6.8 81.37 -
YUV 42.74 238.19 103.94 -
System Red Green Blue C M Y K H S L
Decimal 9 22 238 0.96 0.91 0 0.07 236.59 0.93 0.48
Hex 9 16 EE 60 5B 0 7 ED 5D 30
Octal 11 26 356 140 133 0 7 355 135 60
Binary 1001 10110 11101110 1100000 1011011 0 111 11101101 1011101 110000

Color Harmonies of #0916EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0916EE

Black with #0916EE

Text Example


Text Example

White with #0916EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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