Html Css Color HEX #0130FE Blue

📋 copy color: '#0130FE'

red 1 ◦ green 48 ◦ blue 254

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

Shades of Blue #0130FE

Tints of Blue #0130FE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.84%

 BLUE value IS 254 (99.61% from 255) = 83.83%

R = 0.33%
G = 15.84%
B = 83.83%

CMYK

 C value IS 1.00

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0130FE (or 0x0130FE) is known color: Blue. HEX triplet: 01, 30 and FE. RGB value is (1,48,254). Sum of RGB (Red+Green+Blue) = 1+48+254=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 254 (99.61% from 255 or 83.83% from 303); Max value from RGB is 254 - color contains mainly: blue. Hex color #0130FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0130FE is #FECF01. Grayscale: #383838. Windows color (decimal): -16699138 or 16658433. OLE color: 16658433.

HSL color Cylindrical-coordinate representation of color #0130FE: hue angle of 228.85º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0130FE is Cyan = 1.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 1 48 254 -
CMYK 1.00 0.81 0 0.00
HSL 228.85º 0.99% 0.5% -
HSV(B) 228.85º 1% 1% -
XYZ 18.96 9.28 94.56 -
YUV 57.43 238.93 87.75 -
System Red Green Blue C M Y K H S L
Decimal 1 48 254 1.00 0.81 0 0.00 228.85 0.99 0.5
Hex 1 30 FE 64 51 0 0 E5 63 32
Octal 1 60 376 144 121 0 0 345 143 62
Binary 1 110000 11111110 1100100 1010001 0 0 11100101 1100011 110010

Color Harmonies of #0130FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0130FE

Black with #0130FE

Text Example


Text Example

White with #0130FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0130FE; }

 p { color: rgb(1,48,254); }

 H1.HeaderClassName
 {
   color: #0130FE;
 }
 .AnyTagClassName
 {
   color: #0130FE;
 }
</style>

background-color css

<style>
 a { background-color: #0130FE; }

 a { background-color: rgb(1,48,254); }

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

border-color css

<style>
 span { border-color: #0130FE; }

 span { border-color: rgb(1,48,254); }

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