Html Css Color HEX #0909CF Medium Blue

📋 copy color: '#0909CF'

red 9 ◦ green 9 ◦ blue 207

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

Shades of Medium Blue #0909CF

Tints of Medium Blue #0909CF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4%

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

R = 4%
G = 4%
B = 92%

CMYK

 C value IS 0.96

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0909CF (or 0x0909CF) is known color: Medium Blue. HEX triplet: 09, 09 and CF. RGB value is (9,9,207). Sum of RGB (Red+Green+Blue) = 9+9+207=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 207 (81.25% from 255 or 92% from 225); Max value from RGB is 207 - color contains mainly: blue. Hex color #0909CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0909CF is #F6F630. Grayscale: #1E1E1E. Windows color (decimal): -16184881 or 13568265. OLE color: 13568265.

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

Color convert

RGB 9 9 207 -
CMYK 0.96 0.96 0 0.19
HSL 240º 0.92% 0.42% -
HSV(B) 240º 0.96% 0.81% -
XYZ 11.47 4.76 59.35 -
YUV 31.57 227 111.9 -
System Red Green Blue C M Y K H S L
Decimal 9 9 207 0.96 0.96 0 0.19 240 0.92 0.42
Hex 9 9 CF 60 60 0 13 F0 5C 2A
Octal 11 11 317 140 140 0 23 360 134 52
Binary 1001 1001 11001111 1100000 1100000 0 10011 11110000 1011100 101010

Color Harmonies of #0909CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0909CF

Black with #0909CF

Text Example


Text Example

White with #0909CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0909CF; }

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

 H1.HeaderClassName
 {
   color: #0909CF;
 }
 .AnyTagClassName
 {
   color: #0909CF;
 }
</style>

background-color css

<style>
 a { background-color: #0909CF; }

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

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

border-color css

<style>
 span { border-color: #0909CF; }

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

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