Html Css Color HEX #0917EE Blue

📋 copy color: '#0917EE'

red 9 ◦ green 23 ◦ blue 238

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

Shades of Blue #0917EE

Tints of Blue #0917EE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.52%

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

R = 3.33%
G = 8.52%
B = 88.15%

CMYK

 C value IS 0.96

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0917EE (or 0x0917EE) is known color: Blue. HEX triplet: 09, 17 and EE. RGB value is (9,23,238). Sum of RGB (Red+Green+Blue) = 9+23+238=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 238 (93.36% from 255 or 88.15% from 270); Max value from RGB is 238 - color contains mainly: blue. Hex color #0917EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0917EE is #F6E811. Grayscale: #2A2A2A. Windows color (decimal): -16181266 or 15603465. OLE color: 15603465.

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

Color convert

RGB 9 23 238 -
CMYK 0.96 0.90 0 0.07
HSL 236.33º 0.93% 0.48% -
HSV(B) 236.33º 0.96% 0.93% -
XYZ 15.85 6.84 81.37 -
YUV 43.32 237.86 103.52 -
System Red Green Blue C M Y K H S L
Decimal 9 23 238 0.96 0.90 0 0.07 236.33 0.93 0.48
Hex 9 17 EE 60 5A 0 7 EC 5D 30
Octal 11 27 356 140 132 0 7 354 135 60
Binary 1001 10111 11101110 1100000 1011010 0 111 11101100 1011101 110000

Color Harmonies of #0917EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0917EE

Black with #0917EE

Text Example


Text Example

White with #0917EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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