Html Css Color HEX #0802BC Medium Blue

📋 copy color: '#0802BC'

red 8 ◦ green 2 ◦ blue 188

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

Shades of Medium Blue #0802BC

Tints of Medium Blue #0802BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 94.95%

R = 4.04%
G = 1.01%
B = 94.95%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0802BC (or 0x0802BC) is known color: Medium Blue. HEX triplet: 08, 02 and BC. RGB value is (8,2,188). Sum of RGB (Red+Green+Blue) = 8+2+188=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 188 (73.83% from 255 or 94.95% from 198); Max value from RGB is 188 - color contains mainly: blue. Hex color #0802BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0802BC is #F7FD43. Grayscale: #181818. Windows color (decimal): -16252228 or 12321288. OLE color: 12321288.

HSL color Cylindrical-coordinate representation of color #0802BC: hue angle of 241.94º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0802BC is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 2 188 -
CMYK 0.96 0.99 0 0.26
HSL 241.94º 0.98% 0.37% -
HSV(B) 241.94º 0.99% 0.74% -
XYZ 9.2 3.73 47.81 -
YUV 25 219.99 115.88 -
System Red Green Blue C M Y K H S L
Decimal 8 2 188 0.96 0.99 0 0.26 241.94 0.98 0.37
Hex 8 2 BC 60 63 0 1A F2 62 25
Octal 10 2 274 140 143 0 32 362 142 45
Binary 1000 10 10111100 1100000 1100011 0 11010 11110010 1100010 100101

Color Harmonies of #0802BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0802BC

Black with #0802BC

Text Example


Text Example

White with #0802BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0802BC; }

 p { color: rgb(8,2,188); }

 H1.HeaderClassName
 {
   color: #0802BC;
 }
 .AnyTagClassName
 {
   color: #0802BC;
 }
</style>

background-color css

<style>
 a { background-color: #0802BC; }

 a { background-color: rgb(8,2,188); }

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

border-color css

<style>
 span { border-color: #0802BC; }

 span { border-color: rgb(8,2,188); }

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