Html Css Color HEX #090DEE Blue

📋 copy color: '#090DEE'

red 9 ◦ green 13 ◦ blue 238

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

Shades of Blue #090DEE

Tints of Blue #090DEE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5%

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

R = 3.46%
G = 5%
B = 91.54%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#090DEE (or 0x090DEE) is known color: Blue. HEX triplet: 09, 0D and EE. RGB value is (9,13,238). Sum of RGB (Red+Green+Blue) = 9+13+238=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 238 (93.36% from 255 or 91.54% from 260); Max value from RGB is 238 - color contains mainly: blue. Hex color #090DEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #090DEE is #F6F211. Grayscale: #242424. Windows color (decimal): -16183826 or 15600905. OLE color: 15600905.

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

Color convert

RGB 9 13 238 -
CMYK 0.96 0.95 0 0.07
HSL 238.95º 0.93% 0.48% -
HSV(B) 238.95º 0.96% 0.93% -
XYZ 15.69 6.52 81.32 -
YUV 37.45 241.17 107.7 -
System Red Green Blue C M Y K H S L
Decimal 9 13 238 0.96 0.95 0 0.07 238.95 0.93 0.48
Hex 9 D EE 60 5F 0 7 EF 5D 30
Octal 11 15 356 140 137 0 7 357 135 60
Binary 1001 1101 11101110 1100000 1011111 0 111 11101111 1011101 110000

Color Harmonies of #090DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090DEE

Black with #090DEE

Text Example


Text Example

White with #090DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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