Html Css Color HEX #0803CA Medium Blue

📋 copy color: '#0803CA'

red 8 ◦ green 3 ◦ blue 202

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

Shades of Medium Blue #0803CA

Tints of Medium Blue #0803CA

RGB

 RED value IS 8 (3.52% from 255) = 3.76%

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

 BLUE value IS 202 (79.3% from 255) = 94.84%

R = 3.76%
G = 1.41%
B = 94.84%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0803CA (or 0x0803CA) is known color: Medium Blue. HEX triplet: 08, 03 and CA. RGB value is (8,3,202). Sum of RGB (Red+Green+Blue) = 8+3+202=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 202 (79.30% from 255 or 94.84% from 213); Max value from RGB is 202 - color contains mainly: blue. Hex color #0803CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0803CA is #F7FC35. Grayscale: #1A1A1A. Windows color (decimal): -16251958 or 13239048. OLE color: 13239048.

HSL color Cylindrical-coordinate representation of color #0803CA: hue angle of 241.51º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0803CA is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 8 3 202 -
CMYK 0.96 0.99 0 0.21
HSL 241.51º 0.97% 0.4% -
HSV(B) 241.51º 0.99% 0.79% -
XYZ 10.79 4.38 56.15 -
YUV 27.18 226.66 114.32 -
System Red Green Blue C M Y K H S L
Decimal 8 3 202 0.96 0.99 0 0.21 241.51 0.97 0.4
Hex 8 3 CA 60 63 0 15 F2 61 28
Octal 10 3 312 140 143 0 25 362 141 50
Binary 1000 11 11001010 1100000 1100011 0 10101 11110010 1100001 101000

Color Harmonies of #0803CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0803CA

Black with #0803CA

Text Example


Text Example

White with #0803CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0803CA; }

 p { color: rgb(8,3,202); }

 H1.HeaderClassName
 {
   color: #0803CA;
 }
 .AnyTagClassName
 {
   color: #0803CA;
 }
</style>

background-color css

<style>
 a { background-color: #0803CA; }

 a { background-color: rgb(8,3,202); }

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

border-color css

<style>
 span { border-color: #0803CA; }

 span { border-color: rgb(8,3,202); }

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