Html Css Color HEX #0A03E0 Medium Blue

📋 copy color: '#0A03E0'

red 10 ◦ green 3 ◦ blue 224

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

Shades of Medium Blue #0A03E0

Tints of Medium Blue #0A03E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 94.51%

R = 4.22%
G = 1.27%
B = 94.51%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0A03E0 (or 0x0A03E0) is known color: Medium Blue. HEX triplet: 0A, 03 and E0. RGB value is (10,3,224). Sum of RGB (Red+Green+Blue) = 10+3+224=237 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.22% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 224 (87.89% from 255 or 94.51% from 237); Max value from RGB is 224 - color contains mainly: blue. Hex color #0A03E0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A03E0 is #F5FC1F. Grayscale: #1D1D1D. Windows color (decimal): -16120864 or 14680842. OLE color: 14680842.

HSL color Cylindrical-coordinate representation of color #0A03E0: hue angle of 241.9º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A03E0 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 10 3 224 -
CMYK 0.96 0.99 0 0.12
HSL 241.9º 0.97% 0.45% -
HSV(B) 241.9º 0.99% 0.88% -
XYZ 13.61 5.51 70.87 -
YUV 30.29 237.32 113.53 -
System Red Green Blue C M Y K H S L
Decimal 10 3 224 0.96 0.99 0 0.12 241.9 0.97 0.45
Hex A 3 E0 60 63 0 C F2 61 2D
Octal 12 3 340 140 143 0 14 362 141 55
Binary 1010 11 11100000 1100000 1100011 0 1100 11110010 1100001 101101

Color Harmonies of #0A03E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A03E0

Black with #0A03E0

Text Example


Text Example

White with #0A03E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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