Html Css Color HEX #090BDA Medium Blue

📋 copy color: '#090BDA'

red 9 ◦ green 11 ◦ blue 218

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

Shades of Medium Blue #090BDA

Tints of Medium Blue #090BDA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.62%

 BLUE value IS 218 (85.55% from 255) = 91.6%

R = 3.78%
G = 4.62%
B = 91.6%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#090BDA (or 0x090BDA) is known color: Medium Blue. HEX triplet: 09, 0B and DA. RGB value is (9,11,218). Sum of RGB (Red+Green+Blue) = 9+11+218=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 218 (85.55% from 255 or 91.60% from 238); Max value from RGB is 218 - color contains mainly: blue. Hex color #090BDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090BDA is #F6F425. Grayscale: #212121. Windows color (decimal): -16184358 or 14289673. OLE color: 14289673.

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

Color convert

RGB 9 11 218 -
CMYK 0.96 0.95 0 0.15
HSL 239.43º 0.92% 0.45% -
HSV(B) 239.43º 0.96% 0.85% -
XYZ 12.89 5.36 66.68 -
YUV 34 231.84 110.17 -
System Red Green Blue C M Y K H S L
Decimal 9 11 218 0.96 0.95 0 0.15 239.43 0.92 0.45
Hex 9 B DA 60 5F 0 F EF 5C 2D
Octal 11 13 332 140 137 0 17 357 134 55
Binary 1001 1011 11011010 1100000 1011111 0 1111 11101111 1011100 101101

Color Harmonies of #090BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090BDA

Black with #090BDA

Text Example


Text Example

White with #090BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,11,218); }

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

background-color css

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

 a { background-color: rgb(9,11,218); }

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

border-color css

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

 span { border-color: rgb(9,11,218); }

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