Html Css Color HEX #0803CE Medium Blue

📋 copy color: '#0803CE'

red 8 ◦ green 3 ◦ blue 206

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

Shades of Medium Blue #0803CE

Tints of Medium Blue #0803CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 94.93%

R = 3.69%
G = 1.38%
B = 94.93%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0803CE (or 0x0803CE) is known color: Medium Blue. HEX triplet: 08, 03 and CE. RGB value is (8,3,206). Sum of RGB (Red+Green+Blue) = 8+3+206=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 206 (80.86% from 255 or 94.93% from 217); Max value from RGB is 206 - color contains mainly: blue. Hex color #0803CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0803CE is #F7FC31. Grayscale: #1A1A1A. Windows color (decimal): -16251954 or 13501192. OLE color: 13501192.

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

Color convert

RGB 8 3 206 -
CMYK 0.96 0.99 0 0.19
HSL 241.48º 0.97% 0.41% -
HSV(B) 241.48º 0.99% 0.81% -
XYZ 11.27 4.57 58.68 -
YUV 27.64 228.66 113.99 -
System Red Green Blue C M Y K H S L
Decimal 8 3 206 0.96 0.99 0 0.19 241.48 0.97 0.41
Hex 8 3 CE 60 63 0 13 F1 61 29
Octal 10 3 316 140 143 0 23 361 141 51
Binary 1000 11 11001110 1100000 1100011 0 10011 11110001 1100001 101001

Color Harmonies of #0803CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0803CE

Black with #0803CE

Text Example


Text Example

White with #0803CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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