Html Css Color HEX #020FB8 Medium Blue

📋 copy color: '#020FB8'

red 2 ◦ green 15 ◦ blue 184

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

Shades of Medium Blue #020FB8

Tints of Medium Blue #020FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 91.54%

R = 1%
G = 7.46%
B = 91.54%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#020FB8 (or 0x020FB8) is known color: Medium Blue. HEX triplet: 02, 0F and B8. RGB value is (2,15,184). Sum of RGB (Red+Green+Blue) = 2+15+184=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 184 (72.27% from 255 or 91.54% from 201); Max value from RGB is 184 - color contains mainly: blue. Hex color #020FB8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020FB8 is #FDF047. Grayscale: #1D1D1D. Windows color (decimal): -16642120 or 12062466. OLE color: 12062466.

HSL color Cylindrical-coordinate representation of color #020FB8: hue angle of 235.71º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020FB8 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 2 15 184 -
CMYK 0.99 0.92 0 0.28
HSL 235.71º 0.98% 0.36% -
HSV(B) 235.71º 0.99% 0.72% -
XYZ 8.85 3.82 45.62 -
YUV 30.38 214.69 107.76 -
System Red Green Blue C M Y K H S L
Decimal 2 15 184 0.99 0.92 0 0.28 235.71 0.98 0.36
Hex 2 F B8 63 5C 0 1C EC 62 24
Octal 2 17 270 143 134 0 34 354 142 44
Binary 10 1111 10111000 1100011 1011100 0 11100 11101100 1100010 100100

Color Harmonies of #020FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020FB8

Black with #020FB8

Text Example


Text Example

White with #020FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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