Html Css Color HEX #090DBF Medium Blue

📋 copy color: '#090DBF'

red 9 ◦ green 13 ◦ blue 191

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

Shades of Medium Blue #090DBF

Tints of Medium Blue #090DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 89.67%

R = 4.23%
G = 6.1%
B = 89.67%

CMYK

 C value IS 0.95

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#090DBF (or 0x090DBF) is known color: Medium Blue. HEX triplet: 09, 0D and BF. RGB value is (9,13,191). Sum of RGB (Red+Green+Blue) = 9+13+191=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 191 (75% from 255 or 89.67% from 213); Max value from RGB is 191 - color contains mainly: blue. Hex color #090DBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090DBF is #F6F240. Grayscale: #1F1F1F. Windows color (decimal): -16183873 or 12520713. OLE color: 12520713.

HSL color Cylindrical-coordinate representation of color #090DBF: hue angle of 238.68º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #090DBF is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 13 191 -
CMYK 0.95 0.93 0 0.25
HSL 238.68º 0.91% 0.39% -
HSV(B) 238.68º 0.95% 0.75% -
XYZ 9.66 4.11 49.57 -
YUV 32.1 217.67 111.53 -
System Red Green Blue C M Y K H S L
Decimal 9 13 191 0.95 0.93 0 0.25 238.68 0.91 0.39
Hex 9 D BF 5F 5D 0 19 EF 5B 27
Octal 11 15 277 137 135 0 31 357 133 47
Binary 1001 1101 10111111 1011111 1011101 0 11001 11101111 1011011 100111

Color Harmonies of #090DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090DBF

Black with #090DBF

Text Example


Text Example

White with #090DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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