Html Css Color HEX #090DCF Medium Blue

📋 copy color: '#090DCF'

red 9 ◦ green 13 ◦ blue 207

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

Shades of Medium Blue #090DCF

Tints of Medium Blue #090DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 90.39%

R = 3.93%
G = 5.68%
B = 90.39%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#090DCF (or 0x090DCF) is known color: Medium Blue. HEX triplet: 09, 0D and CF. RGB value is (9,13,207). Sum of RGB (Red+Green+Blue) = 9+13+207=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 13 (5.47% from 255 or 5.68% from 229); Blue value is 207 (81.25% from 255 or 90.39% from 229); Max value from RGB is 207 - color contains mainly: blue. Hex color #090DCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090DCF is #F6F230. Grayscale: #212121. Windows color (decimal): -16183857 or 13569289. OLE color: 13569289.

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

Color convert

RGB 9 13 207 -
CMYK 0.96 0.94 0 0.19
HSL 238.79º 0.92% 0.42% -
HSV(B) 238.79º 0.96% 0.81% -
XYZ 11.52 4.85 59.36 -
YUV 33.92 225.67 110.23 -
System Red Green Blue C M Y K H S L
Decimal 9 13 207 0.96 0.94 0 0.19 238.79 0.92 0.42
Hex 9 D CF 60 5E 0 13 EF 5C 2A
Octal 11 15 317 140 136 0 23 357 134 52
Binary 1001 1101 11001111 1100000 1011110 0 10011 11101111 1011100 101010

Color Harmonies of #090DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090DCF

Black with #090DCF

Text Example


Text Example

White with #090DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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