Html Css Color HEX #0107FF Blue

📋 copy color: '#0107FF'

red 1 ◦ green 7 ◦ blue 255

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

Shades of Blue #0107FF

Tints of Blue #0107FF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.66%

 BLUE value IS 255 (100% from 255) = 96.96%

R = 0.38%
G = 2.66%
B = 96.96%

CMYK

 C value IS 1.00

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0107FF (or 0x0107FF) is known color: Blue. HEX triplet: 01, 07 and FF. RGB value is (1,7,255). Sum of RGB (Red+Green+Blue) = 1+7+255=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 255 (100% from 255 or 96.96% from 263); Max value from RGB is 255 - color contains mainly: blue. Hex color #0107FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0107FF is #FEF800. Grayscale: #202020. Windows color (decimal): -16709633 or 16713473. OLE color: 16713473.

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

Color convert

RGB 1 7 255 -
CMYK 1.00 0.97 0 0
HSL 238.58º 1% 0.5% -
HSV(B) 238.58º 1% 1% -
XYZ 18.14 7.38 95.08 -
YUV 33.48 253.01 104.83 -
System Red Green Blue C M Y K H S L
Decimal 1 7 255 1.00 0.97 0 0 238.58 1 0.5
Hex 1 7 FF 64 61 0 0 EF 64 32
Octal 1 7 377 144 141 0 0 357 144 62
Binary 1 111 11111111 1100100 1100001 0 0 11101111 1100100 110010

Color Harmonies of #0107FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0107FF

Black with #0107FF

Text Example


Text Example

White with #0107FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0107FF; }

 p { color: rgb(1,7,255); }

 H1.HeaderClassName
 {
   color: #0107FF;
 }
 .AnyTagClassName
 {
   color: #0107FF;
 }
</style>

background-color css

<style>
 a { background-color: #0107FF; }

 a { background-color: rgb(1,7,255); }

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

border-color css

<style>
 span { border-color: #0107FF; }

 span { border-color: rgb(1,7,255); }

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