Html Css Color HEX #020ACF Medium Blue

📋 copy color: '#020ACF'

red 2 ◦ green 10 ◦ blue 207

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

Shades of Medium Blue #020ACF

Tints of Medium Blue #020ACF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.57%

 BLUE value IS 207 (81.25% from 255) = 94.52%

R = 0.91%
G = 4.57%
B = 94.52%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#020ACF (or 0x020ACF) is known color: Medium Blue. HEX triplet: 02, 0A and CF. RGB value is (2,10,207). Sum of RGB (Red+Green+Blue) = 2+10+207=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 207 (81.25% from 255 or 94.52% from 219); Max value from RGB is 207 - color contains mainly: blue. Hex color #020ACF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020ACF is #FDF530. Grayscale: #1D1D1D. Windows color (decimal): -16643377 or 13568514. OLE color: 13568514.

HSL color Cylindrical-coordinate representation of color #020ACF: hue angle of 237.66º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020ACF is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 10 207 -
CMYK 0.99 0.95 0 0.19
HSL 237.66º 0.98% 0.41% -
HSV(B) 237.66º 0.99% 0.81% -
XYZ 11.4 4.73 59.34 -
YUV 30.07 227.85 107.98 -
System Red Green Blue C M Y K H S L
Decimal 2 10 207 0.99 0.95 0 0.19 237.66 0.98 0.41
Hex 2 A CF 63 5F 0 13 EE 62 29
Octal 2 12 317 143 137 0 23 356 142 51
Binary 10 1010 11001111 1100011 1011111 0 10011 11101110 1100010 101001

Color Harmonies of #020ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020ACF

Black with #020ACF

Text Example


Text Example

White with #020ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,10,207); }

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

background-color css

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

 a { background-color: rgb(2,10,207); }

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

border-color css

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

 span { border-color: rgb(2,10,207); }

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