Html Css Color HEX #0117FC Blue

📋 copy color: '#0117FC'

red 1 ◦ green 23 ◦ blue 252

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

Shades of Blue #0117FC

Tints of Blue #0117FC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.33%

 BLUE value IS 252 (98.83% from 255) = 91.3%

R = 0.36%
G = 8.33%
B = 91.3%

CMYK

 C value IS 1.00

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0117FC (or 0x0117FC) is known color: Blue. HEX triplet: 01, 17 and FC. RGB value is (1,23,252). Sum of RGB (Red+Green+Blue) = 1+23+252=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 252 (98.83% from 255 or 91.30% from 276); Max value from RGB is 252 - color contains mainly: blue. Hex color #0117FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0117FC is #FEE803. Grayscale: #292929. Windows color (decimal): -16705540 or 16520961. OLE color: 16520961.

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

Color convert

RGB 1 23 252 -
CMYK 1.00 0.91 0 0.01
HSL 234.74º 0.99% 0.5% -
HSV(B) 234.74º 1% 0.99% -
XYZ 17.89 7.65 92.63 -
YUV 42.53 246.21 98.38 -
System Red Green Blue C M Y K H S L
Decimal 1 23 252 1.00 0.91 0 0.01 234.74 0.99 0.5
Hex 1 17 FC 64 5B 0 1 EB 63 32
Octal 1 27 374 144 133 0 1 353 143 62
Binary 1 10111 11111100 1100100 1011011 0 1 11101011 1100011 110010

Color Harmonies of #0117FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0117FC

Black with #0117FC

Text Example


Text Example

White with #0117FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0117FC; }

 p { color: rgb(1,23,252); }

 H1.HeaderClassName
 {
   color: #0117FC;
 }
 .AnyTagClassName
 {
   color: #0117FC;
 }
</style>

background-color css

<style>
 a { background-color: #0117FC; }

 a { background-color: rgb(1,23,252); }

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

border-color css

<style>
 span { border-color: #0117FC; }

 span { border-color: rgb(1,23,252); }

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