Html Css Color HEX #090FCC Medium Blue

📋 copy color: '#090FCC'

red 9 ◦ green 15 ◦ blue 204

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

Shades of Medium Blue #090FCC

Tints of Medium Blue #090FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 89.47%

R = 3.95%
G = 6.58%
B = 89.47%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#090FCC (or 0x090FCC) is known color: Medium Blue. HEX triplet: 09, 0F and CC. RGB value is (9,15,204). Sum of RGB (Red+Green+Blue) = 9+15+204=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 204 (80.08% from 255 or 89.47% from 228); Max value from RGB is 204 - color contains mainly: blue. Hex color #090FCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090FCC is #F6F033. Grayscale: #212121. Windows color (decimal): -16183348 or 13373193. OLE color: 13373193.

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

Color convert

RGB 9 15 204 -
CMYK 0.96 0.93 0 0.2
HSL 238.15º 0.92% 0.42% -
HSV(B) 238.15º 0.96% 0.8% -
XYZ 11.18 4.76 57.46 -
YUV 34.75 223.51 109.63 -
System Red Green Blue C M Y K H S L
Decimal 9 15 204 0.96 0.93 0 0.2 238.15 0.92 0.42
Hex 9 F CC 60 5D 0 14 EE 5C 2A
Octal 11 17 314 140 135 0 24 356 134 52
Binary 1001 1111 11001100 1100000 1011101 0 10100 11101110 1011100 101010

Color Harmonies of #090FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090FCC

Black with #090FCC

Text Example


Text Example

White with #090FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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