Html Css Color HEX #010AE7 Blue

📋 copy color: '#010AE7'

red 1 ◦ green 10 ◦ blue 231

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

Shades of Blue #010AE7

Tints of Blue #010AE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 95.45%

R = 0.41%
G = 4.13%
B = 95.45%

CMYK

 C value IS 1.00

 M value IS 0.96

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#010AE7 (or 0x010AE7) is known color: Blue. HEX triplet: 01, 0A and E7. RGB value is (1,10,231). Sum of RGB (Red+Green+Blue) = 1+10+231=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 231 (90.62% from 255 or 95.45% from 242); Max value from RGB is 231 - color contains mainly: blue. Hex color #010AE7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010AE7 is #FEF518. Grayscale: #1F1F1F. Windows color (decimal): -16708889 or 15141377. OLE color: 15141377.

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

Color convert

RGB 1 10 231 -
CMYK 1.00 0.96 0 0.09
HSL 237.65º 0.99% 0.45% -
HSV(B) 237.65º 1% 0.91% -
XYZ 14.54 5.99 75.99 -
YUV 32.5 240.02 105.53 -
System Red Green Blue C M Y K H S L
Decimal 1 10 231 1.00 0.96 0 0.09 237.65 0.99 0.45
Hex 1 A E7 64 60 0 9 EE 63 2D
Octal 1 12 347 144 140 0 11 356 143 55
Binary 1 1010 11100111 1100100 1100000 0 1001 11101110 1100011 101101

Color Harmonies of #010AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010AE7

Black with #010AE7

Text Example


Text Example

White with #010AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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