Html Css Color HEX #1014F6 Blue

📋 copy color: '#1014F6'

red 16 ◦ green 20 ◦ blue 246

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

Shades of Blue #1014F6

Tints of Blue #1014F6

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.09%

 BLUE value IS 246 (96.48% from 255) = 87.23%

R = 5.67%
G = 7.09%
B = 87.23%

CMYK

 C value IS 0.93

 M value IS 0.92

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1014F6 (or 0x1014F6) is known color: Blue. HEX triplet: 10, 14 and F6. RGB value is (16,20,246). Sum of RGB (Red+Green+Blue) = 16+20+246=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 246 (96.48% from 255 or 87.23% from 282); Max value from RGB is 246 - color contains mainly: blue. Hex color #1014F6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1014F6 is #EFEB09. Grayscale: #2B2B2B. Windows color (decimal): -15723274 or 16126992. OLE color: 16126992.

HSL color Cylindrical-coordinate representation of color #1014F6: hue angle of 238.96º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1014F6 is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 16 20 246 -
CMYK 0.93 0.92 0 0.04
HSL 238.96º 0.93% 0.51% -
HSV(B) 238.96º 0.93% 0.96% -
XYZ 17.1 7.26 87.69 -
YUV 44.57 241.67 107.62 -
System Red Green Blue C M Y K H S L
Decimal 16 20 246 0.93 0.92 0 0.04 238.96 0.93 0.51
Hex 10 14 F6 5D 5C 0 4 EF 5D 33
Octal 20 24 366 135 134 0 4 357 135 63
Binary 10000 10100 11110110 1011101 1011100 0 100 11101111 1011101 110011

Color Harmonies of #1014F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1014F6

Black with #1014F6

Text Example


Text Example

White with #1014F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1014F6; }

 p { color: rgb(16,20,246); }

 H1.HeaderClassName
 {
   color: #1014F6;
 }
 .AnyTagClassName
 {
   color: #1014F6;
 }
</style>

background-color css

<style>
 a { background-color: #1014F6; }

 a { background-color: rgb(16,20,246); }

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

border-color css

<style>
 span { border-color: #1014F6; }

 span { border-color: rgb(16,20,246); }

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