Html Css Color HEX #0907DE Medium Blue

📋 copy color: '#0907DE'

red 9 ◦ green 7 ◦ blue 222

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

Shades of Medium Blue #0907DE

Tints of Medium Blue #0907DE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.94%

 BLUE value IS 222 (87.11% from 255) = 93.28%

R = 3.78%
G = 2.94%
B = 93.28%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0907DE (or 0x0907DE) is known color: Medium Blue. HEX triplet: 09, 07 and DE. RGB value is (9,7,222). Sum of RGB (Red+Green+Blue) = 9+7+222=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 222 (87.11% from 255 or 93.28% from 238); Max value from RGB is 222 - color contains mainly: blue. Hex color #0907DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0907DE is #F6F821. Grayscale: #1F1F1F. Windows color (decimal): -16185378 or 14550793. OLE color: 14550793.

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

Color convert

RGB 9 7 222 -
CMYK 0.96 0.97 0 0.13
HSL 240.56º 0.94% 0.45% -
HSV(B) 240.56º 0.97% 0.87% -
XYZ 13.37 5.48 69.46 -
YUV 32.11 235.16 111.52 -
System Red Green Blue C M Y K H S L
Decimal 9 7 222 0.96 0.97 0 0.13 240.56 0.94 0.45
Hex 9 7 DE 60 61 0 D F1 5E 2D
Octal 11 7 336 140 141 0 15 361 136 55
Binary 1001 111 11011110 1100000 1100001 0 1101 11110001 1011110 101101

Color Harmonies of #0907DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0907DE

Black with #0907DE

Text Example


Text Example

White with #0907DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0907DE; }

 p { color: rgb(9,7,222); }

 H1.HeaderClassName
 {
   color: #0907DE;
 }
 .AnyTagClassName
 {
   color: #0907DE;
 }
</style>

background-color css

<style>
 a { background-color: #0907DE; }

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

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

border-color css

<style>
 span { border-color: #0907DE; }

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

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