Html Css Color HEX #010AEF Blue

📋 copy color: '#010AEF'

red 1 ◦ green 10 ◦ blue 239

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

Shades of Blue #010AEF

Tints of Blue #010AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 95.6%

R = 0.4%
G = 4%
B = 95.6%

CMYK

 C value IS 1.00

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#010AEF (or 0x010AEF) is known color: Blue. HEX triplet: 01, 0A and EF. RGB value is (1,10,239). Sum of RGB (Red+Green+Blue) = 1+10+239=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 239 (93.75% from 255 or 95.6% from 250); Max value from RGB is 239 - color contains mainly: blue. Hex color #010AEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010AEF is #FEF510. Grayscale: #202020. Windows color (decimal): -16708881 or 15665665. OLE color: 15665665.

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

Color convert

RGB 1 10 239 -
CMYK 1.00 0.96 0 0.06
HSL 237.73º 0.99% 0.47% -
HSV(B) 237.73º 1% 0.94% -
XYZ 15.7 6.46 82.08 -
YUV 33.42 244.02 104.88 -
System Red Green Blue C M Y K H S L
Decimal 1 10 239 1.00 0.96 0 0.06 237.73 0.99 0.47
Hex 1 A EF 64 60 0 6 EE 63 2F
Octal 1 12 357 144 140 0 6 356 143 57
Binary 1 1010 11101111 1100100 1100000 0 110 11101110 1100011 101111

Color Harmonies of #010AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010AEF

Black with #010AEF

Text Example


Text Example

White with #010AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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