Html Css Color HEX #020FFC Blue

📋 copy color: '#020FFC'

red 2 ◦ green 15 ◦ blue 252

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

Shades of Blue #020FFC

Tints of Blue #020FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 93.68%

R = 0.74%
G = 5.58%
B = 93.68%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#020FFC (or 0x020FFC) is known color: Blue. HEX triplet: 02, 0F and FC. RGB value is (2,15,252). Sum of RGB (Red+Green+Blue) = 2+15+252=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 252 (98.83% from 255 or 93.68% from 269); Max value from RGB is 252 - color contains mainly: blue. Hex color #020FFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020FFC is #FDF003. Grayscale: #252525. Windows color (decimal): -16642052 or 16518914. OLE color: 16518914.

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

Color convert

RGB 2 15 252 -
CMYK 0.99 0.94 0 0.01
HSL 236.88º 0.98% 0.5% -
HSV(B) 236.88º 0.99% 0.99% -
XYZ 17.77 7.38 92.58 -
YUV 38.13 248.69 102.23 -
System Red Green Blue C M Y K H S L
Decimal 2 15 252 0.99 0.94 0 0.01 236.88 0.98 0.5
Hex 2 F FC 63 5E 0 1 ED 62 32
Octal 2 17 374 143 136 0 1 355 142 62
Binary 10 1111 11111100 1100011 1011110 0 1 11101101 1100010 110010

Color Harmonies of #020FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020FFC

Black with #020FFC

Text Example


Text Example

White with #020FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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