Html Css Color HEX #090DF9 Blue

📋 copy color: '#090DF9'

red 9 ◦ green 13 ◦ blue 249

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

Shades of Blue #090DF9

Tints of Blue #090DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 91.88%

R = 3.32%
G = 4.8%
B = 91.88%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#090DF9 (or 0x090DF9) is known color: Blue. HEX triplet: 09, 0D and F9. RGB value is (9,13,249). Sum of RGB (Red+Green+Blue) = 9+13+249=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 249 (97.66% from 255 or 91.88% from 271); Max value from RGB is 249 - color contains mainly: blue. Hex color #090DF9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #090DF9 is #F6F206. Grayscale: #252525. Windows color (decimal): -16183815 or 16321801. OLE color: 16321801.

HSL color Cylindrical-coordinate representation of color #090DF9: hue angle of 239º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090DF9 is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 13 249 -
CMYK 0.96 0.95 0 0.02
HSL 239º 0.95% 0.51% -
HSV(B) 239º 0.96% 0.98% -
XYZ 17.36 7.19 90.09 -
YUV 38.71 246.67 106.81 -
System Red Green Blue C M Y K H S L
Decimal 9 13 249 0.96 0.95 0 0.02 239 0.95 0.51
Hex 9 D F9 60 5F 0 2 EF 5F 33
Octal 11 15 371 140 137 0 2 357 137 63
Binary 1001 1101 11111001 1100000 1011111 0 10 11101111 1011111 110011

Color Harmonies of #090DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090DF9

Black with #090DF9

Text Example


Text Example

White with #090DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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