Html Css Color HEX #001CF6 Blue

📋 copy color: '#001CF6'

red 0 ◦ green 28 ◦ blue 246

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

Shades of Blue #001CF6

Tints of Blue #001CF6

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 28 (11.33% from 255) = 10.22%

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

R = 0%
G = 10.22%
B = 89.78%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#001CF6 (or 0x001CF6) is known color: Blue. HEX triplet: 00, 1C and F6. RGB value is (0,28,246). Sum of RGB (Red+Green+Blue) = 0+28+246=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 246 (96.48% from 255 or 89.78% from 274); Max value from RGB is 246 - color contains mainly: blue. Hex color #001CF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001CF6 is #FFE309. Grayscale: #2B2B2B. Windows color (decimal): -16769802 or 16129024. OLE color: 16129024.

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

Color convert

RGB 0 28 246 -
CMYK 1 0.89 0 0.04
HSL 233.17º 1% 0.48% -
HSV(B) 233.17º 1% 0.96% -
XYZ 17.05 7.48 87.73 -
YUV 44.48 241.72 96.27 -
System Red Green Blue C M Y K H S L
Decimal 0 28 246 1 0.89 0 0.04 233.17 1 0.48
Hex 0 1C F6 64 59 0 4 E9 64 30
Octal 0 34 366 144 131 0 4 351 144 60
Binary 0 11100 11110110 1100100 1011001 0 100 11101001 1100100 110000

Color Harmonies of #001CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001CF6

Black with #001CF6

Text Example


Text Example

White with #001CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001CF6; }

 p { color: rgb(0,28,246); }

 H1.HeaderClassName
 {
   color: #001CF6;
 }
 .AnyTagClassName
 {
   color: #001CF6;
 }
</style>

background-color css

<style>
 a { background-color: #001CF6; }

 a { background-color: rgb(0,28,246); }

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

border-color css

<style>
 span { border-color: #001CF6; }

 span { border-color: rgb(0,28,246); }

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