Html Css Color HEX #0602DD Medium Blue

📋 copy color: '#0602DD'

red 6 ◦ green 2 ◦ blue 221

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

Shades of Medium Blue #0602DD

Tints of Medium Blue #0602DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 96.51%

R = 2.62%
G = 0.87%
B = 96.51%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0602DD (or 0x0602DD) is known color: Medium Blue. HEX triplet: 06, 02 and DD. RGB value is (6,2,221). Sum of RGB (Red+Green+Blue) = 6+2+221=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 221 (86.72% from 255 or 96.51% from 229); Max value from RGB is 221 - color contains mainly: blue. Hex color #0602DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0602DD is #F9FD22. Grayscale: #1B1B1B. Windows color (decimal): -16383267 or 14483974. OLE color: 14483974.

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

Color convert

RGB 6 2 221 -
CMYK 0.97 0.99 0 0.13
HSL 241.1º 0.98% 0.44% -
HSV(B) 241.1º 0.99% 0.87% -
XYZ 13.15 5.3 68.74 -
YUV 28.16 236.83 112.19 -
System Red Green Blue C M Y K H S L
Decimal 6 2 221 0.97 0.99 0 0.13 241.1 0.98 0.44
Hex 6 2 DD 61 63 0 D F1 62 2C
Octal 6 2 335 141 143 0 15 361 142 54
Binary 110 10 11011101 1100001 1100011 0 1101 11110001 1100010 101100

Color Harmonies of #0602DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0602DD

Black with #0602DD

Text Example


Text Example

White with #0602DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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