Html Css Color HEX #091DEE Blue

📋 copy color: '#091DEE'

red 9 ◦ green 29 ◦ blue 238

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

Shades of Blue #091DEE

Tints of Blue #091DEE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.51%

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

R = 3.26%
G = 10.51%
B = 86.23%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#091DEE (or 0x091DEE) is known color: Blue. HEX triplet: 09, 1D and EE. RGB value is (9,29,238). Sum of RGB (Red+Green+Blue) = 9+29+238=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 238 (93.36% from 255 or 86.23% from 276); Max value from RGB is 238 - color contains mainly: blue. Hex color #091DEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #091DEE is #F6E211. Grayscale: #2D2D2D. Windows color (decimal): -16179730 or 15605001. OLE color: 15605001.

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

Color convert

RGB 9 29 238 -
CMYK 0.96 0.88 0 0.07
HSL 234.76º 0.93% 0.48% -
HSV(B) 234.76º 0.96% 0.93% -
XYZ 15.98 7.11 81.42 -
YUV 46.85 235.87 101.01 -
System Red Green Blue C M Y K H S L
Decimal 9 29 238 0.96 0.88 0 0.07 234.76 0.93 0.48
Hex 9 1D EE 60 58 0 7 EB 5D 30
Octal 11 35 356 140 130 0 7 353 135 60
Binary 1001 11101 11101110 1100000 1011000 0 111 11101011 1011101 110000

Color Harmonies of #091DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091DEE

Black with #091DEE

Text Example


Text Example

White with #091DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091DEE; }

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

 H1.HeaderClassName
 {
   color: #091DEE;
 }
 .AnyTagClassName
 {
   color: #091DEE;
 }
</style>

background-color css

<style>
 a { background-color: #091DEE; }

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

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

border-color css

<style>
 span { border-color: #091DEE; }

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

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