Html Css Color HEX #090BCF Medium Blue

📋 copy color: '#090BCF'

red 9 ◦ green 11 ◦ blue 207

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

Shades of Medium Blue #090BCF

Tints of Medium Blue #090BCF

RGB

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

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

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

R = 3.96%
G = 4.85%
B = 91.19%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#090BCF (or 0x090BCF) is known color: Medium Blue. HEX triplet: 09, 0B and CF. RGB value is (9,11,207). Sum of RGB (Red+Green+Blue) = 9+11+207=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 207 (81.25% from 255 or 91.19% from 227); Max value from RGB is 207 - color contains mainly: blue. Hex color #090BCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090BCF is #F6F430. Grayscale: #1F1F1F. Windows color (decimal): -16184369 or 13568777. OLE color: 13568777.

HSL color Cylindrical-coordinate representation of color #090BCF: hue angle of 239.39º 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 #090BCF is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 11 207 -
CMYK 0.96 0.95 0 0.19
HSL 239.39º 0.92% 0.42% -
HSV(B) 239.39º 0.96% 0.81% -
XYZ 11.49 4.8 59.35 -
YUV 32.75 226.34 111.06 -
System Red Green Blue C M Y K H S L
Decimal 9 11 207 0.96 0.95 0 0.19 239.39 0.92 0.42
Hex 9 B CF 60 5F 0 13 EF 5C 2A
Octal 11 13 317 140 137 0 23 357 134 52
Binary 1001 1011 11001111 1100000 1011111 0 10011 11101111 1011100 101010

Color Harmonies of #090BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090BCF

Black with #090BCF

Text Example


Text Example

White with #090BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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