Html Css Color HEX #0802CB Medium Blue

📋 copy color: '#0802CB'

red 8 ◦ green 2 ◦ blue 203

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

Shades of Medium Blue #0802CB

Tints of Medium Blue #0802CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 95.31%

R = 3.76%
G = 0.94%
B = 95.31%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0802CB (or 0x0802CB) is known color: Medium Blue. HEX triplet: 08, 02 and CB. RGB value is (8,2,203). Sum of RGB (Red+Green+Blue) = 8+2+203=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 203 (79.69% from 255 or 95.31% from 213); Max value from RGB is 203 - color contains mainly: blue. Hex color #0802CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0802CB is #F7FD34. Grayscale: #191919. Windows color (decimal): -16252213 or 13304328. OLE color: 13304328.

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

Color convert

RGB 8 2 203 -
CMYK 0.96 0.99 0 0.20
HSL 241.79º 0.98% 0.4% -
HSV(B) 241.79º 0.99% 0.8% -
XYZ 10.9 4.41 56.78 -
YUV 26.71 227.49 114.66 -
System Red Green Blue C M Y K H S L
Decimal 8 2 203 0.96 0.99 0 0.20 241.79 0.98 0.4
Hex 8 2 CB 60 63 0 14 F2 62 28
Octal 10 2 313 140 143 0 24 362 142 50
Binary 1000 10 11001011 1100000 1100011 0 10100 11110010 1100010 101000

Color Harmonies of #0802CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0802CB

Black with #0802CB

Text Example


Text Example

White with #0802CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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