Html Css Color HEX #090CDF Medium Blue

📋 copy color: '#090CDF'

red 9 ◦ green 12 ◦ blue 223

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

Shades of Medium Blue #090CDF

Tints of Medium Blue #090CDF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.92%

 BLUE value IS 223 (87.5% from 255) = 91.39%

R = 3.69%
G = 4.92%
B = 91.39%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#090CDF (or 0x090CDF) is known color: Medium Blue. HEX triplet: 09, 0C and DF. RGB value is (9,12,223). Sum of RGB (Red+Green+Blue) = 9+12+223=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 223 (87.5% from 255 or 91.39% from 244); Max value from RGB is 223 - color contains mainly: blue. Hex color #090CDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090CDF is #F6F320. Grayscale: #222222. Windows color (decimal): -16184097 or 14617609. OLE color: 14617609.

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

Color convert

RGB 9 12 223 -
CMYK 0.96 0.95 0 0.13
HSL 239.16º 0.92% 0.45% -
HSV(B) 239.16º 0.96% 0.87% -
XYZ 13.56 5.65 70.19 -
YUV 35.16 234.01 109.34 -
System Red Green Blue C M Y K H S L
Decimal 9 12 223 0.96 0.95 0 0.13 239.16 0.92 0.45
Hex 9 C DF 60 5F 0 D EF 5C 2D
Octal 11 14 337 140 137 0 15 357 134 55
Binary 1001 1100 11011111 1100000 1011111 0 1101 11101111 1011100 101101

Color Harmonies of #090CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090CDF

Black with #090CDF

Text Example


Text Example

White with #090CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,12,223); }

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

background-color css

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

 a { background-color: rgb(9,12,223); }

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

border-color css

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

 span { border-color: rgb(9,12,223); }

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