Html Css Color HEX #001FFC Blue

📋 copy color: '#001FFC'

red 0 ◦ green 31 ◦ blue 252

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

Shades of Blue #001FFC

Tints of Blue #001FFC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.95%

 BLUE value IS 252 (98.83% from 255) = 89.05%

R = 0%
G = 10.95%
B = 89.05%

CMYK

 C value IS 1

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#001FFC (or 0x001FFC) is known color: Blue. HEX triplet: 00, 1F and FC. RGB value is (0,31,252). Sum of RGB (Red+Green+Blue) = 0+31+252=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 252 (98.83% from 255 or 89.05% from 283); Max value from RGB is 252 - color contains mainly: blue. Hex color #001FFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001FFC is #FFE003. Grayscale: #2E2E2E. Windows color (decimal): -16769028 or 16523008. OLE color: 16523008.

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

Color convert

RGB 0 31 252 -
CMYK 1 0.88 0 0.01
HSL 232.62º 1% 0.49% -
HSV(B) 232.62º 1% 0.99% -
XYZ 18.06 8.01 92.69 -
YUV 46.93 243.73 94.53 -
System Red Green Blue C M Y K H S L
Decimal 0 31 252 1 0.88 0 0.01 232.62 1 0.49
Hex 0 1F FC 64 58 0 1 E9 64 31
Octal 0 37 374 144 130 0 1 351 144 61
Binary 0 11111 11111100 1100100 1011000 0 1 11101001 1100100 110001

Color Harmonies of #001FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001FFC

Black with #001FFC

Text Example


Text Example

White with #001FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,31,252); }

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

background-color css

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

 a { background-color: rgb(0,31,252); }

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

border-color css

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

 span { border-color: rgb(0,31,252); }

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