Html Css Color HEX #1009F1 Blue

📋 copy color: '#1009F1'

red 16 ◦ green 9 ◦ blue 241

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

Shades of Blue #1009F1

Tints of Blue #1009F1

RGB

 RED value IS 16 (6.64% from 255) = 6.02%

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

 BLUE value IS 241 (94.53% from 255) = 90.6%

R = 6.02%
G = 3.38%
B = 90.6%

CMYK

 C value IS 0.93

 M value IS 0.96

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1009F1 (or 0x1009F1) is known color: Blue. HEX triplet: 10, 09 and F1. RGB value is (16,9,241). Sum of RGB (Red+Green+Blue) = 16+9+241=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 241 (94.53% from 255 or 90.60% from 266); Max value from RGB is 241 - color contains mainly: blue. Hex color #1009F1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1009F1 is #EFF60E. Grayscale: #242424. Windows color (decimal): -15726095 or 15796496. OLE color: 15796496.

HSL color Cylindrical-coordinate representation of color #1009F1: hue angle of 241.81º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1009F1 is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 16 9 241 -
CMYK 0.93 0.96 0 0.05
HSL 241.81º 0.93% 0.49% -
HSV(B) 241.81º 0.96% 0.95% -
XYZ 16.19 6.66 83.65 -
YUV 37.54 242.82 112.64 -
System Red Green Blue C M Y K H S L
Decimal 16 9 241 0.93 0.96 0 0.05 241.81 0.93 0.49
Hex 10 9 F1 5D 60 0 5 F2 5D 31
Octal 20 11 361 135 140 0 5 362 135 61
Binary 10000 1001 11110001 1011101 1100000 0 101 11110010 1011101 110001

Color Harmonies of #1009F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1009F1

Black with #1009F1

Text Example


Text Example

White with #1009F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1009F1; }

 p { color: rgb(16,9,241); }

 H1.HeaderClassName
 {
   color: #1009F1;
 }
 .AnyTagClassName
 {
   color: #1009F1;
 }
</style>

background-color css

<style>
 a { background-color: #1009F1; }

 a { background-color: rgb(16,9,241); }

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

border-color css

<style>
 span { border-color: #1009F1; }

 span { border-color: rgb(16,9,241); }

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