Html Css Color HEX #020FCA Medium Blue

📋 copy color: '#020FCA'

red 2 ◦ green 15 ◦ blue 202

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

Shades of Medium Blue #020FCA

Tints of Medium Blue #020FCA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.85%

 BLUE value IS 202 (79.3% from 255) = 92.24%

R = 0.91%
G = 6.85%
B = 92.24%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#020FCA (or 0x020FCA) is known color: Medium Blue. HEX triplet: 02, 0F and CA. RGB value is (2,15,202). Sum of RGB (Red+Green+Blue) = 2+15+202=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 202 (79.30% from 255 or 92.24% from 219); Max value from RGB is 202 - color contains mainly: blue. Hex color #020FCA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020FCA is #FDF035. Grayscale: #1F1F1F. Windows color (decimal): -16642102 or 13242114. OLE color: 13242114.

HSL color Cylindrical-coordinate representation of color #020FCA: hue angle of 236.1º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020FCA is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 2 15 202 -
CMYK 0.99 0.93 0 0.21
HSL 236.1º 0.98% 0.4% -
HSV(B) 236.1º 0.99% 0.79% -
XYZ 10.86 4.62 56.2 -
YUV 32.43 223.69 106.29 -
System Red Green Blue C M Y K H S L
Decimal 2 15 202 0.99 0.93 0 0.21 236.1 0.98 0.4
Hex 2 F CA 63 5D 0 15 EC 62 28
Octal 2 17 312 143 135 0 25 354 142 50
Binary 10 1111 11001010 1100011 1011101 0 10101 11101100 1100010 101000

Color Harmonies of #020FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020FCA

Black with #020FCA

Text Example


Text Example

White with #020FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,15,202); }

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

background-color css

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

 a { background-color: rgb(2,15,202); }

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

border-color css

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

 span { border-color: rgb(2,15,202); }

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