Html Css Color HEX #0A09DF Medium Blue

📋 copy color: '#0A09DF'

red 10 ◦ green 9 ◦ blue 223

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

Shades of Medium Blue #0A09DF

Tints of Medium Blue #0A09DF

RGB

 RED value IS 10 (4.3% from 255) = 4.13%

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

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

R = 4.13%
G = 3.72%
B = 92.15%

CMYK

 C value IS 0.96

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A09DF (or 0x0A09DF) is known color: Medium Blue. HEX triplet: 0A, 09 and DF. RGB value is (10,9,223). Sum of RGB (Red+Green+Blue) = 10+9+223=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 223 (87.5% from 255 or 92.15% from 242); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A09DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A09DF is #F5F620. Grayscale: #202020. Windows color (decimal): -16119329 or 14616842. OLE color: 14616842.

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

Color convert

RGB 10 9 223 -
CMYK 0.96 0.96 0 0.13
HSL 240.28º 0.92% 0.45% -
HSV(B) 240.28º 0.96% 0.87% -
XYZ 13.54 5.59 70.18 -
YUV 33.7 234.83 111.1 -
System Red Green Blue C M Y K H S L
Decimal 10 9 223 0.96 0.96 0 0.13 240.28 0.92 0.45
Hex A 9 DF 60 60 0 D F0 5C 2D
Octal 12 11 337 140 140 0 15 360 134 55
Binary 1010 1001 11011111 1100000 1100000 0 1101 11110000 1011100 101101

Color Harmonies of #0A09DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A09DF

Black with #0A09DF

Text Example


Text Example

White with #0A09DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A09DF; }

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

 H1.HeaderClassName
 {
   color: #0A09DF;
 }
 .AnyTagClassName
 {
   color: #0A09DF;
 }
</style>

background-color css

<style>
 a { background-color: #0A09DF; }

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

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

border-color css

<style>
 span { border-color: #0A09DF; }

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

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