Html Css Color HEX #020BCC Medium Blue

📋 copy color: '#020BCC'

red 2 ◦ green 11 ◦ blue 204

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

Shades of Medium Blue #020BCC

Tints of Medium Blue #020BCC

RGB

 RED value IS 2 (1.17% from 255) = 0.92%

 GREEN value IS 11 (4.69% from 255) = 5.07%

 BLUE value IS 204 (80.08% from 255) = 94.01%

R = 0.92%
G = 5.07%
B = 94.01%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#020BCC (or 0x020BCC) is known color: Medium Blue. HEX triplet: 02, 0B and CC. RGB value is (2,11,204). Sum of RGB (Red+Green+Blue) = 2+11+204=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 204 (80.08% from 255 or 94.01% from 217); Max value from RGB is 204 - color contains mainly: blue. Hex color #020BCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020BCC is #FDF433. Grayscale: #1D1D1D. Windows color (decimal): -16643124 or 13372162. OLE color: 13372162.

HSL color Cylindrical-coordinate representation of color #020BCC: hue angle of 237.33º 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 #020BCC is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 2 11 204 -
CMYK 0.99 0.95 0 0.2
HSL 237.33º 0.98% 0.4% -
HSV(B) 237.33º 0.99% 0.8% -
XYZ 11.04 4.61 57.43 -
YUV 30.31 226.02 107.81 -
System Red Green Blue C M Y K H S L
Decimal 2 11 204 0.99 0.95 0 0.2 237.33 0.98 0.4
Hex 2 B CC 63 5F 0 14 ED 62 28
Octal 2 13 314 143 137 0 24 355 142 50
Binary 10 1011 11001100 1100011 1011111 0 10100 11101101 1100010 101000

Color Harmonies of #020BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020BCC

Black with #020BCC

Text Example


Text Example

White with #020BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020BCC; }

 p { color: rgb(2,11,204); }

 H1.HeaderClassName
 {
   color: #020BCC;
 }
 .AnyTagClassName
 {
   color: #020BCC;
 }
</style>

background-color css

<style>
 a { background-color: #020BCC; }

 a { background-color: rgb(2,11,204); }

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

border-color css

<style>
 span { border-color: #020BCC; }

 span { border-color: rgb(2,11,204); }

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