Html Css Color HEX #010AF7 Blue

📋 copy color: '#010AF7'

red 1 ◦ green 10 ◦ blue 247

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

Shades of Blue #010AF7

Tints of Blue #010AF7

RGB

 RED value IS 1 (0.78% from 255) = 0.39%

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

 BLUE value IS 247 (96.88% from 255) = 95.74%

R = 0.39%
G = 3.88%
B = 95.74%

CMYK

 C value IS 1.00

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#010AF7 (or 0x010AF7) is known color: Blue. HEX triplet: 01, 0A and F7. RGB value is (1,10,247). Sum of RGB (Red+Green+Blue) = 1+10+247=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 247 (96.88% from 255 or 95.74% from 258); Max value from RGB is 247 - color contains mainly: blue. Hex color #010AF7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010AF7 is #FEF508. Grayscale: #212121. Windows color (decimal): -16708873 or 16189953. OLE color: 16189953.

HSL color Cylindrical-coordinate representation of color #010AF7: hue angle of 237.8º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010AF7 is Cyan = 1.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 1 10 247 -
CMYK 1.00 0.96 0 0.03
HSL 237.8º 0.99% 0.49% -
HSV(B) 237.8º 1% 0.97% -
XYZ 16.91 6.94 88.44 -
YUV 34.33 248.02 104.23 -
System Red Green Blue C M Y K H S L
Decimal 1 10 247 1.00 0.96 0 0.03 237.8 0.99 0.49
Hex 1 A F7 64 60 0 3 EE 63 31
Octal 1 12 367 144 140 0 3 356 143 61
Binary 1 1010 11110111 1100100 1100000 0 11 11101110 1100011 110001

Color Harmonies of #010AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010AF7

Black with #010AF7

Text Example


Text Example

White with #010AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010AF7; }

 p { color: rgb(1,10,247); }

 H1.HeaderClassName
 {
   color: #010AF7;
 }
 .AnyTagClassName
 {
   color: #010AF7;
 }
</style>

background-color css

<style>
 a { background-color: #010AF7; }

 a { background-color: rgb(1,10,247); }

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

border-color css

<style>
 span { border-color: #010AF7; }

 span { border-color: rgb(1,10,247); }

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