Html Css Color HEX #0A02D0 Medium Blue

📋 copy color: '#0A02D0'

red 10 ◦ green 2 ◦ blue 208

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

Shades of Medium Blue #0A02D0

Tints of Medium Blue #0A02D0

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

 BLUE value IS 208 (81.64% from 255) = 94.55%

R = 4.55%
G = 0.91%
B = 94.55%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0A02D0 (or 0x0A02D0) is known color: Medium Blue. HEX triplet: 0A, 02 and D0. RGB value is (10,2,208). Sum of RGB (Red+Green+Blue) = 10+2+208=220 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.55% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 208 (81.64% from 255 or 94.55% from 220); Max value from RGB is 208 - color contains mainly: blue. Hex color #0A02D0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A02D0 is #F5FD2F. Grayscale: #1B1B1B. Windows color (decimal): -16121136 or 13632010. OLE color: 13632010.

HSL color Cylindrical-coordinate representation of color #0A02D0: hue angle of 242.33º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A02D0 is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 10 2 208 -
CMYK 0.95 0.99 0 0.18
HSL 242.33º 0.98% 0.41% -
HSV(B) 242.33º 0.99% 0.82% -
XYZ 11.53 4.66 59.97 -
YUV 27.88 229.65 115.25 -
System Red Green Blue C M Y K H S L
Decimal 10 2 208 0.95 0.99 0 0.18 242.33 0.98 0.41
Hex A 2 D0 5F 63 0 12 F2 62 29
Octal 12 2 320 137 143 0 22 362 142 51
Binary 1010 10 11010000 1011111 1100011 0 10010 11110010 1100010 101001

Color Harmonies of #0A02D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A02D0

Black with #0A02D0

Text Example


Text Example

White with #0A02D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,2,208); }

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

background-color css

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

 a { background-color: rgb(10,2,208); }

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

border-color css

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

 span { border-color: rgb(10,2,208); }

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