Html Css Color HEX #001CFB Blue

📋 copy color: '#001CFB'

red 0 ◦ green 28 ◦ blue 251

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

Shades of Blue #001CFB

Tints of Blue #001CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 89.96%

R = 0%
G = 10.04%
B = 89.96%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#001CFB (or 0x001CFB) is known color: Blue. HEX triplet: 00, 1C and FB. RGB value is (0,28,251). Sum of RGB (Red+Green+Blue) = 0+28+251=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 251 (98.44% from 255 or 89.96% from 279); Max value from RGB is 251 - color contains mainly: blue. Hex color #001CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001CFB is #FFE304. Grayscale: #2C2C2C. Windows color (decimal): -16769797 or 16456704. OLE color: 16456704.

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

Color convert

RGB 0 28 251 -
CMYK 1 0.89 0 0.02
HSL 233.31º 1% 0.49% -
HSV(B) 233.31º 1% 0.98% -
XYZ 17.83 7.8 91.83 -
YUV 45.05 244.22 95.87 -
System Red Green Blue C M Y K H S L
Decimal 0 28 251 1 0.89 0 0.02 233.31 1 0.49
Hex 0 1C FB 64 59 0 2 E9 64 31
Octal 0 34 373 144 131 0 2 351 144 61
Binary 0 11100 11111011 1100100 1011001 0 10 11101001 1100100 110001

Color Harmonies of #001CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001CFB

Black with #001CFB

Text Example


Text Example

White with #001CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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