Html Css Color HEX #0109FC Blue

📋 copy color: '#0109FC'

red 1 ◦ green 9 ◦ blue 252

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

Shades of Blue #0109FC

Tints of Blue #0109FC

RGB

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

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

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

R = 0.38%
G = 3.44%
B = 96.18%

CMYK

 C value IS 1.00

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0109FC (or 0x0109FC) is known color: Blue. HEX triplet: 01, 09 and FC. RGB value is (1,9,252). Sum of RGB (Red+Green+Blue) = 1+9+252=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 252 (98.83% from 255 or 96.18% from 262); Max value from RGB is 252 - color contains mainly: blue. Hex color #0109FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0109FC is #FEF603. Grayscale: #212121. Windows color (decimal): -16709124 or 16517377. OLE color: 16517377.

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

Color convert

RGB 1 9 252 -
CMYK 1.00 0.96 0 0.01
HSL 238.09º 0.99% 0.5% -
HSV(B) 238.09º 1% 0.99% -
XYZ 17.68 7.23 92.56 -
YUV 34.31 250.85 104.24 -
System Red Green Blue C M Y K H S L
Decimal 1 9 252 1.00 0.96 0 0.01 238.09 0.99 0.5
Hex 1 9 FC 64 60 0 1 EE 63 32
Octal 1 11 374 144 140 0 1 356 143 62
Binary 1 1001 11111100 1100100 1100000 0 1 11101110 1100011 110010

Color Harmonies of #0109FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0109FC

Black with #0109FC

Text Example


Text Example

White with #0109FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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