Html Css Color HEX #090EF8 Blue

📋 copy color: '#090EF8'

red 9 ◦ green 14 ◦ blue 248

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

Shades of Blue #090EF8

Tints of Blue #090EF8

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.17%

 BLUE value IS 248 (97.27% from 255) = 91.51%

R = 3.32%
G = 5.17%
B = 91.51%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#090EF8 (or 0x090EF8) is known color: Blue. HEX triplet: 09, 0E and F8. RGB value is (9,14,248). Sum of RGB (Red+Green+Blue) = 9+14+248=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 248 (97.27% from 255 or 91.51% from 271); Max value from RGB is 248 - color contains mainly: blue. Hex color #090EF8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #090EF8 is #F6F107. Grayscale: #262626. Windows color (decimal): -16183560 or 16256521. OLE color: 16256521.

HSL color Cylindrical-coordinate representation of color #090EF8: hue angle of 238.74º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090EF8 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 9 14 248 -
CMYK 0.96 0.94 0 0.03
HSL 238.74º 0.94% 0.5% -
HSV(B) 238.74º 0.96% 0.97% -
XYZ 17.21 7.15 89.28 -
YUV 39.18 245.84 106.47 -
System Red Green Blue C M Y K H S L
Decimal 9 14 248 0.96 0.94 0 0.03 238.74 0.94 0.5
Hex 9 E F8 60 5E 0 3 EF 5E 32
Octal 11 16 370 140 136 0 3 357 136 62
Binary 1001 1110 11111000 1100000 1011110 0 11 11101111 1011110 110010

Color Harmonies of #090EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090EF8

Black with #090EF8

Text Example


Text Example

White with #090EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,14,248); }

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

background-color css

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

 a { background-color: rgb(9,14,248); }

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

border-color css

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

 span { border-color: rgb(9,14,248); }

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