Html Css Color HEX #001CFF Blue

📋 copy color: '#001CFF'

red 0 ◦ green 28 ◦ blue 255

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

Shades of Blue #001CFF

Tints of Blue #001CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 90.11%

R = 0%
G = 9.89%
B = 90.11%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#001CFF (or 0x001CFF) is known color: Blue. HEX triplet: 00, 1C and FF. RGB value is (0,28,255). Sum of RGB (Red+Green+Blue) = 0+28+255=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 255 (100% from 255 or 90.11% from 283); Max value from RGB is 255 - color contains mainly: blue. Hex color #001CFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001CFF is #FFE300. Grayscale: #2C2C2C. Windows color (decimal): -16769793 or 16718848. OLE color: 16718848.

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

Color convert

RGB 0 28 255 -
CMYK 1 0.89 0 0
HSL 233.41º 1% 0.5% -
HSV(B) 233.41º 1% 1% -
XYZ 18.47 8.05 95.19 -
YUV 45.51 246.22 95.54 -
System Red Green Blue C M Y K H S L
Decimal 0 28 255 1 0.89 0 0 233.41 1 0.5
Hex 0 1C FF 64 59 0 0 E9 64 32
Octal 0 34 377 144 131 0 0 351 144 62
Binary 0 11100 11111111 1100100 1011001 0 0 11101001 1100100 110010

Color Harmonies of #001CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001CFF

Black with #001CFF

Text Example


Text Example

White with #001CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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