Html Css Color HEX #0118FB Blue

📋 copy color: '#0118FB'

red 1 ◦ green 24 ◦ blue 251

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

Shades of Blue #0118FB

Tints of Blue #0118FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 90.94%

R = 0.36%
G = 8.7%
B = 90.94%

CMYK

 C value IS 1.00

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0118FB (or 0x0118FB) is known color: Blue. HEX triplet: 01, 18 and FB. RGB value is (1,24,251). Sum of RGB (Red+Green+Blue) = 1+24+251=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 251 (98.44% from 255 or 90.94% from 276); Max value from RGB is 251 - color contains mainly: blue. Hex color #0118FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0118FB is #FEE704. Grayscale: #2A2A2A. Windows color (decimal): -16705285 or 16455681. OLE color: 16455681.

HSL color Cylindrical-coordinate representation of color #0118FB: hue angle of 234.48º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0118FB is Cyan = 1.00, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 24 251 -
CMYK 1.00 0.90 0 0.02
HSL 234.48º 0.99% 0.49% -
HSV(B) 234.48º 1% 0.98% -
XYZ 17.75 7.62 91.8 -
YUV 43 245.38 98.04 -
System Red Green Blue C M Y K H S L
Decimal 1 24 251 1.00 0.90 0 0.02 234.48 0.99 0.49
Hex 1 18 FB 64 5A 0 2 EA 63 31
Octal 1 30 373 144 132 0 2 352 143 61
Binary 1 11000 11111011 1100100 1011010 0 10 11101010 1100011 110001

Color Harmonies of #0118FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0118FB

Black with #0118FB

Text Example


Text Example

White with #0118FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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