Html Css Color HEX #090FCB Medium Blue

📋 copy color: '#090FCB'

red 9 ◦ green 15 ◦ blue 203

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

Shades of Medium Blue #090FCB

Tints of Medium Blue #090FCB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.61%

 BLUE value IS 203 (79.69% from 255) = 89.43%

R = 3.96%
G = 6.61%
B = 89.43%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#090FCB (or 0x090FCB) is known color: Medium Blue. HEX triplet: 09, 0F and CB. RGB value is (9,15,203). Sum of RGB (Red+Green+Blue) = 9+15+203=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 203 (79.69% from 255 or 89.43% from 227); Max value from RGB is 203 - color contains mainly: blue. Hex color #090FCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090FCB is #F6F034. Grayscale: #212121. Windows color (decimal): -16183349 or 13307657. OLE color: 13307657.

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

Color convert

RGB 9 15 203 -
CMYK 0.96 0.93 0 0.20
HSL 238.14º 0.92% 0.42% -
HSV(B) 238.14º 0.96% 0.8% -
XYZ 11.06 4.71 56.83 -
YUV 34.64 223.01 109.71 -
System Red Green Blue C M Y K H S L
Decimal 9 15 203 0.96 0.93 0 0.20 238.14 0.92 0.42
Hex 9 F CB 60 5D 0 14 EE 5C 2A
Octal 11 17 313 140 135 0 24 356 134 52
Binary 1001 1111 11001011 1100000 1011101 0 10100 11101110 1011100 101010

Color Harmonies of #090FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090FCB

Black with #090FCB

Text Example


Text Example

White with #090FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,15,203); }

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

background-color css

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

 a { background-color: rgb(9,15,203); }

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

border-color css

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

 span { border-color: rgb(9,15,203); }

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