Html Css Color HEX #0A0FDD Medium Blue

📋 copy color: '#0A0FDD'

red 10 ◦ green 15 ◦ blue 221

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

Shades of Medium Blue #0A0FDD

Tints of Medium Blue #0A0FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 89.84%

R = 4.07%
G = 6.1%
B = 89.84%

CMYK

 C value IS 0.95

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A0FDD (or 0x0A0FDD) is known color: Medium Blue. HEX triplet: 0A, 0F and DD. RGB value is (10,15,221). Sum of RGB (Red+Green+Blue) = 10+15+221=246 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.07% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 221 (86.72% from 255 or 89.84% from 246); Max value from RGB is 221 - color contains mainly: blue. Hex color #0A0FDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A0FDD is #F5F022. Grayscale: #242424. Windows color (decimal): -16117795 or 14487306. OLE color: 14487306.

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

Color convert

RGB 10 15 221 -
CMYK 0.95 0.93 0 0.13
HSL 238.58º 0.91% 0.45% -
HSV(B) 238.58º 0.95% 0.87% -
XYZ 13.35 5.63 68.79 -
YUV 36.99 231.84 108.75 -
System Red Green Blue C M Y K H S L
Decimal 10 15 221 0.95 0.93 0 0.13 238.58 0.91 0.45
Hex A F DD 5F 5D 0 D EF 5B 2D
Octal 12 17 335 137 135 0 15 357 133 55
Binary 1010 1111 11011101 1011111 1011101 0 1101 11101111 1011011 101101

Color Harmonies of #0A0FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0FDD

Black with #0A0FDD

Text Example


Text Example

White with #0A0FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,15,221); }

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

background-color css

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

 a { background-color: rgb(10,15,221); }

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

border-color css

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

 span { border-color: rgb(10,15,221); }

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