Html Css Color HEX #0114F6 Blue

📋 copy color: '#0114F6'

red 1 ◦ green 20 ◦ blue 246

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

Shades of Blue #0114F6

Tints of Blue #0114F6

RGB

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

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

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

R = 0.37%
G = 7.49%
B = 92.13%

CMYK

 C value IS 1.00

 M value IS 0.92

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0114F6 (or 0x0114F6) is known color: Blue. HEX triplet: 01, 14 and F6. RGB value is (1,20,246). Sum of RGB (Red+Green+Blue) = 1+20+246=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 246 (96.48% from 255 or 92.13% from 267); Max value from RGB is 246 - color contains mainly: blue. Hex color #0114F6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0114F6 is #FEEB09. Grayscale: #272727. Windows color (decimal): -16706314 or 16126977. OLE color: 16126977.

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

Color convert

RGB 1 20 246 -
CMYK 1.00 0.92 0 0.04
HSL 235.35º 0.99% 0.48% -
HSV(B) 235.35º 1% 0.96% -
XYZ 16.9 7.16 87.68 -
YUV 40.08 244.21 100.12 -
System Red Green Blue C M Y K H S L
Decimal 1 20 246 1.00 0.92 0 0.04 235.35 0.99 0.48
Hex 1 14 F6 64 5C 0 4 EB 63 30
Octal 1 24 366 144 134 0 4 353 143 60
Binary 1 10100 11110110 1100100 1011100 0 100 11101011 1100011 110000

Color Harmonies of #0114F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0114F6

Black with #0114F6

Text Example


Text Example

White with #0114F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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