Html Css Color HEX #020FF0 Blue

📋 copy color: '#020FF0'

red 2 ◦ green 15 ◦ blue 240

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

Shades of Blue #020FF0

Tints of Blue #020FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 93.39%

R = 0.78%
G = 5.84%
B = 93.39%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#020FF0 (or 0x020FF0) is known color: Blue. HEX triplet: 02, 0F and F0. RGB value is (2,15,240). Sum of RGB (Red+Green+Blue) = 2+15+240=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 240 (94.14% from 255 or 93.39% from 257); Max value from RGB is 240 - color contains mainly: blue. Hex color #020FF0 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020FF0 is #FDF00F. Grayscale: #232323. Windows color (decimal): -16642064 or 15732482. OLE color: 15732482.

HSL color Cylindrical-coordinate representation of color #020FF0: hue angle of 236.72º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020FF0 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 2 15 240 -
CMYK 0.99 0.94 0 0.06
HSL 236.72º 0.98% 0.47% -
HSV(B) 236.72º 0.99% 0.94% -
XYZ 15.92 6.65 82.88 -
YUV 36.76 242.69 103.2 -
System Red Green Blue C M Y K H S L
Decimal 2 15 240 0.99 0.94 0 0.06 236.72 0.98 0.47
Hex 2 F F0 63 5E 0 6 ED 62 2F
Octal 2 17 360 143 136 0 6 355 142 57
Binary 10 1111 11110000 1100011 1011110 0 110 11101101 1100010 101111

Color Harmonies of #020FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020FF0

Black with #020FF0

Text Example


Text Example

White with #020FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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