Html Css Color HEX #0A03DD Medium Blue

📋 copy color: '#0A03DD'

red 10 ◦ green 3 ◦ blue 221

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

Shades of Medium Blue #0A03DD

Tints of Medium Blue #0A03DD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.28%

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

R = 4.27%
G = 1.28%
B = 94.44%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A03DD (or 0x0A03DD) is known color: Medium Blue. HEX triplet: 0A, 03 and DD. RGB value is (10,3,221). Sum of RGB (Red+Green+Blue) = 10+3+221=234 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.27% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 221 (86.72% from 255 or 94.44% from 234); Max value from RGB is 221 - color contains mainly: blue. Hex color #0A03DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A03DD is #F5FC22. Grayscale: #1D1D1D. Windows color (decimal): -16120867 or 14484234. OLE color: 14484234.

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

Color convert

RGB 10 3 221 -
CMYK 0.95 0.99 0 0.13
HSL 241.93º 0.97% 0.44% -
HSV(B) 241.93º 0.99% 0.87% -
XYZ 13.21 5.35 68.74 -
YUV 29.95 235.82 113.77 -
System Red Green Blue C M Y K H S L
Decimal 10 3 221 0.95 0.99 0 0.13 241.93 0.97 0.44
Hex A 3 DD 5F 63 0 D F2 61 2C
Octal 12 3 335 137 143 0 15 362 141 54
Binary 1010 11 11011101 1011111 1100011 0 1101 11110010 1100001 101100

Color Harmonies of #0A03DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A03DD

Black with #0A03DD

Text Example


Text Example

White with #0A03DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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