Html Css Color HEX #010FED Blue

📋 copy color: '#010FED'

red 1 ◦ green 15 ◦ blue 237

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

Shades of Blue #010FED

Tints of Blue #010FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 93.68%

R = 0.4%
G = 5.93%
B = 93.68%

CMYK

 C value IS 1.00

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#010FED (or 0x010FED) is known color: Blue. HEX triplet: 01, 0F and ED. RGB value is (1,15,237). Sum of RGB (Red+Green+Blue) = 1+15+237=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 237 (92.97% from 255 or 93.68% from 253); Max value from RGB is 237 - color contains mainly: blue. Hex color #010FED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010FED is #FEF012. Grayscale: #232323. Windows color (decimal): -16707603 or 15535873. OLE color: 15535873.

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

Color convert

RGB 1 15 237 -
CMYK 1.00 0.94 0 0.07
HSL 236.44º 0.99% 0.47% -
HSV(B) 236.44º 1% 0.93% -
XYZ 15.47 6.46 80.55 -
YUV 36.12 241.36 102.95 -
System Red Green Blue C M Y K H S L
Decimal 1 15 237 1.00 0.94 0 0.07 236.44 0.99 0.47
Hex 1 F ED 64 5E 0 7 EC 63 2F
Octal 1 17 355 144 136 0 7 354 143 57
Binary 1 1111 11101101 1100100 1011110 0 111 11101100 1100011 101111

Color Harmonies of #010FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010FED

Black with #010FED

Text Example


Text Example

White with #010FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,15,237); }

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

background-color css

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

 a { background-color: rgb(1,15,237); }

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

border-color css

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

 span { border-color: rgb(1,15,237); }

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