Html Css Color HEX #0602C8 Medium Blue

📋 copy color: '#0602C8'

red 6 ◦ green 2 ◦ blue 200

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

Shades of Medium Blue #0602C8

Tints of Medium Blue #0602C8

RGB

 RED value IS 6 (2.73% from 255) = 2.88%

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

 BLUE value IS 200 (78.52% from 255) = 96.15%

R = 2.88%
G = 0.96%
B = 96.15%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0602C8 (or 0x0602C8) is known color: Medium Blue. HEX triplet: 06, 02 and C8. RGB value is (6,2,200). Sum of RGB (Red+Green+Blue) = 6+2+200=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 200 (78.52% from 255 or 96.15% from 208); Max value from RGB is 200 - color contains mainly: blue. Hex color #0602C8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0602C8 is #F9FD37. Grayscale: #181818. Windows color (decimal): -16383288 or 13107718. OLE color: 13107718.

HSL color Cylindrical-coordinate representation of color #0602C8: hue angle of 241.21º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0602C8 is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 6 2 200 -
CMYK 0.97 0.99 0 0.22
HSL 241.21º 0.98% 0.4% -
HSV(B) 241.21º 0.99% 0.78% -
XYZ 10.52 4.25 54.91 -
YUV 25.77 226.33 113.9 -
System Red Green Blue C M Y K H S L
Decimal 6 2 200 0.97 0.99 0 0.22 241.21 0.98 0.4
Hex 6 2 C8 61 63 0 16 F1 62 28
Octal 6 2 310 141 143 0 26 361 142 50
Binary 110 10 11001000 1100001 1100011 0 10110 11110001 1100010 101000

Color Harmonies of #0602C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0602C8

Black with #0602C8

Text Example


Text Example

White with #0602C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0602C8; }

 p { color: rgb(6,2,200); }

 H1.HeaderClassName
 {
   color: #0602C8;
 }
 .AnyTagClassName
 {
   color: #0602C8;
 }
</style>

background-color css

<style>
 a { background-color: #0602C8; }

 a { background-color: rgb(6,2,200); }

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

border-color css

<style>
 span { border-color: #0602C8; }

 span { border-color: rgb(6,2,200); }

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