Html Css Color HEX #0109F7 Blue

📋 copy color: '#0109F7'

red 1 ◦ green 9 ◦ blue 247

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

Shades of Blue #0109F7

Tints of Blue #0109F7

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.5%

 BLUE value IS 247 (96.88% from 255) = 96.11%

R = 0.39%
G = 3.5%
B = 96.11%

CMYK

 C value IS 1.00

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#0109F7 (or 0x0109F7) is known color: Blue. HEX triplet: 01, 09 and F7. RGB value is (1,9,247). Sum of RGB (Red+Green+Blue) = 1+9+247=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 247 (96.88% from 255 or 96.11% from 257); Max value from RGB is 247 - color contains mainly: blue. Hex color #0109F7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0109F7 is #FEF608. Grayscale: #202020. Windows color (decimal): -16709129 or 16189697. OLE color: 16189697.

HSL color Cylindrical-coordinate representation of color #0109F7: hue angle of 238.05º 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 #0109F7 is Cyan = 1.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 1 9 247 -
CMYK 1.00 0.96 0 0.03
HSL 238.05º 0.99% 0.49% -
HSV(B) 238.05º 1% 0.97% -
XYZ 16.9 6.92 88.44 -
YUV 33.74 248.35 104.65 -
System Red Green Blue C M Y K H S L
Decimal 1 9 247 1.00 0.96 0 0.03 238.05 0.99 0.49
Hex 1 9 F7 64 60 0 3 EE 63 31
Octal 1 11 367 144 140 0 3 356 143 61
Binary 1 1001 11110111 1100100 1100000 0 11 11101110 1100011 110001

Color Harmonies of #0109F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0109F7

Black with #0109F7

Text Example


Text Example

White with #0109F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0109F7; }

 p { color: rgb(1,9,247); }

 H1.HeaderClassName
 {
   color: #0109F7;
 }
 .AnyTagClassName
 {
   color: #0109F7;
 }
</style>

background-color css

<style>
 a { background-color: #0109F7; }

 a { background-color: rgb(1,9,247); }

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

border-color css

<style>
 span { border-color: #0109F7; }

 span { border-color: rgb(1,9,247); }

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