Html Css Color HEX #0118FD Blue

📋 copy color: '#0118FD'

red 1 ◦ green 24 ◦ blue 253

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

Shades of Blue #0118FD

Tints of Blue #0118FD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.63%

 BLUE value IS 253 (99.22% from 255) = 91.01%

R = 0.36%
G = 8.63%
B = 91.01%

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

#0118FD (or 0x0118FD) is known color: Blue. HEX triplet: 01, 18 and FD. RGB value is (1,24,253). Sum of RGB (Red+Green+Blue) = 1+24+253=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 253 (99.22% from 255 or 91.01% from 278); Max value from RGB is 253 - color contains mainly: blue. Hex color #0118FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0118FD is #FEE702. Grayscale: #2A2A2A. Windows color (decimal): -16705283 or 16586753. OLE color: 16586753.

HSL color Cylindrical-coordinate representation of color #0118FD: hue angle of 234.52º 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 #0118FD is Cyan = 1.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 24 253 -
CMYK 1.00 0.91 0 0.01
HSL 234.52º 0.99% 0.5% -
HSV(B) 234.52º 1% 0.99% -
XYZ 18.07 7.75 93.47 -
YUV 43.23 246.38 97.88 -
System Red Green Blue C M Y K H S L
Decimal 1 24 253 1.00 0.91 0 0.01 234.52 0.99 0.5
Hex 1 18 FD 64 5B 0 1 EB 63 32
Octal 1 30 375 144 133 0 1 353 143 62
Binary 1 11000 11111101 1100100 1011011 0 1 11101011 1100011 110010

Color Harmonies of #0118FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0118FD

Black with #0118FD

Text Example


Text Example

White with #0118FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0118FD; }

 p { color: rgb(1,24,253); }

 H1.HeaderClassName
 {
   color: #0118FD;
 }
 .AnyTagClassName
 {
   color: #0118FD;
 }
</style>

background-color css

<style>
 a { background-color: #0118FD; }

 a { background-color: rgb(1,24,253); }

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

border-color css

<style>
 span { border-color: #0118FD; }

 span { border-color: rgb(1,24,253); }

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