Html Css Color HEX #020CDF Medium Blue

📋 copy color: '#020CDF'

red 2 ◦ green 12 ◦ blue 223

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

Shades of Medium Blue #020CDF

Tints of Medium Blue #020CDF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.06%

 BLUE value IS 223 (87.5% from 255) = 94.09%

R = 0.84%
G = 5.06%
B = 94.09%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#020CDF (or 0x020CDF) is known color: Medium Blue. HEX triplet: 02, 0C and DF. RGB value is (2,12,223). Sum of RGB (Red+Green+Blue) = 2+12+223=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 223 (87.5% from 255 or 94.09% from 237); Max value from RGB is 223 - color contains mainly: blue. Hex color #020CDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020CDF is #FDF320. Grayscale: #202020. Windows color (decimal): -16642849 or 14617602. OLE color: 14617602.

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

Color convert

RGB 2 12 223 -
CMYK 0.99 0.95 0 0.13
HSL 237.29º 0.98% 0.44% -
HSV(B) 237.29º 0.99% 0.87% -
XYZ 13.48 5.6 70.18 -
YUV 33.06 235.19 105.84 -
System Red Green Blue C M Y K H S L
Decimal 2 12 223 0.99 0.95 0 0.13 237.29 0.98 0.44
Hex 2 C DF 63 5F 0 D ED 62 2C
Octal 2 14 337 143 137 0 15 355 142 54
Binary 10 1100 11011111 1100011 1011111 0 1101 11101101 1100010 101100

Color Harmonies of #020CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020CDF

Black with #020CDF

Text Example


Text Example

White with #020CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,12,223); }

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

background-color css

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

 a { background-color: rgb(2,12,223); }

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

border-color css

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

 span { border-color: rgb(2,12,223); }

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