Html Css Color HEX #090DDF Medium Blue

📋 copy color: '#090DDF'

red 9 ◦ green 13 ◦ blue 223

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

Shades of Medium Blue #090DDF

Tints of Medium Blue #090DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 91.02%

R = 3.67%
G = 5.31%
B = 91.02%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#090DDF (or 0x090DDF) is known color: Medium Blue. HEX triplet: 09, 0D and DF. RGB value is (9,13,223). Sum of RGB (Red+Green+Blue) = 9+13+223=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 223 (87.5% from 255 or 91.02% from 245); Max value from RGB is 223 - color contains mainly: blue. Hex color #090DDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090DDF is #F6F220. Grayscale: #222222. Windows color (decimal): -16183841 or 14617865. OLE color: 14617865.

HSL color Cylindrical-coordinate representation of color #090DDF: hue angle of 238.88º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090DDF is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 13 223 -
CMYK 0.96 0.94 0 0.13
HSL 238.88º 0.92% 0.45% -
HSV(B) 238.88º 0.96% 0.87% -
XYZ 13.58 5.67 70.19 -
YUV 35.74 233.67 108.92 -
System Red Green Blue C M Y K H S L
Decimal 9 13 223 0.96 0.94 0 0.13 238.88 0.92 0.45
Hex 9 D DF 60 5E 0 D EF 5C 2D
Octal 11 15 337 140 136 0 15 357 134 55
Binary 1001 1101 11011111 1100000 1011110 0 1101 11101111 1011100 101101

Color Harmonies of #090DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090DDF

Black with #090DDF

Text Example


Text Example

White with #090DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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