Html Css Color HEX #090DDB Medium Blue

📋 copy color: '#090DDB'

red 9 ◦ green 13 ◦ blue 219

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

Shades of Medium Blue #090DDB

Tints of Medium Blue #090DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 90.87%

R = 3.73%
G = 5.39%
B = 90.87%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#090DDB (or 0x090DDB) is known color: Medium Blue. HEX triplet: 09, 0D and DB. RGB value is (9,13,219). Sum of RGB (Red+Green+Blue) = 9+13+219=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 219 (85.94% from 255 or 90.87% from 241); Max value from RGB is 219 - color contains mainly: blue. Hex color #090DDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090DDB is #F6F224. Grayscale: #222222. Windows color (decimal): -16183845 or 14355721. OLE color: 14355721.

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

Color convert

RGB 9 13 219 -
CMYK 0.96 0.94 0 0.14
HSL 238.86º 0.92% 0.45% -
HSV(B) 238.86º 0.96% 0.86% -
XYZ 13.04 5.46 67.38 -
YUV 35.29 231.67 109.25 -
System Red Green Blue C M Y K H S L
Decimal 9 13 219 0.96 0.94 0 0.14 238.86 0.92 0.45
Hex 9 D DB 60 5E 0 E EF 5C 2D
Octal 11 15 333 140 136 0 16 357 134 55
Binary 1001 1101 11011011 1100000 1011110 0 1110 11101111 1011100 101101

Color Harmonies of #090DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090DDB

Black with #090DDB

Text Example


Text Example

White with #090DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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