Html Css Color HEX #0119F8 Blue

📋 copy color: '#0119F8'

red 1 ◦ green 25 ◦ blue 248

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

Shades of Blue #0119F8

Tints of Blue #0119F8

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.12%

 BLUE value IS 248 (97.27% from 255) = 90.51%

R = 0.36%
G = 9.12%
B = 90.51%

CMYK

 C value IS 1.00

 M value IS 0.90

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#0119F8 (or 0x0119F8) is known color: Blue. HEX triplet: 01, 19 and F8. RGB value is (1,25,248). Sum of RGB (Red+Green+Blue) = 1+25+248=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 248 (97.27% from 255 or 90.51% from 274); Max value from RGB is 248 - color contains mainly: blue. Hex color #0119F8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0119F8 is #FEE607. Grayscale: #2A2A2A. Windows color (decimal): -16705032 or 16259329. OLE color: 16259329.

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

Color convert

RGB 1 25 248 -
CMYK 1.00 0.90 0 0.03
HSL 234.17º 0.99% 0.49% -
HSV(B) 234.17º 1% 0.97% -
XYZ 17.3 7.48 89.34 -
YUV 43.25 243.55 97.87 -
System Red Green Blue C M Y K H S L
Decimal 1 25 248 1.00 0.90 0 0.03 234.17 0.99 0.49
Hex 1 19 F8 64 5A 0 3 EA 63 31
Octal 1 31 370 144 132 0 3 352 143 61
Binary 1 11001 11111000 1100100 1011010 0 11 11101010 1100011 110001

Color Harmonies of #0119F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0119F8

Black with #0119F8

Text Example


Text Example

White with #0119F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0119F8; }

 p { color: rgb(1,25,248); }

 H1.HeaderClassName
 {
   color: #0119F8;
 }
 .AnyTagClassName
 {
   color: #0119F8;
 }
</style>

background-color css

<style>
 a { background-color: #0119F8; }

 a { background-color: rgb(1,25,248); }

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

border-color css

<style>
 span { border-color: #0119F8; }

 span { border-color: rgb(1,25,248); }

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