Html Css Color HEX #001FFB Blue

📋 copy color: '#001FFB'

red 0 ◦ green 31 ◦ blue 251

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

Shades of Blue #001FFB

Tints of Blue #001FFB

RGB

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

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

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

R = 0%
G = 10.99%
B = 89.01%

CMYK

 C value IS 1

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#001FFB (or 0x001FFB) is known color: Blue. HEX triplet: 00, 1F and FB. RGB value is (0,31,251). Sum of RGB (Red+Green+Blue) = 0+31+251=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 251 (98.44% from 255 or 89.01% from 282); Max value from RGB is 251 - color contains mainly: blue. Hex color #001FFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001FFB is #FFE004. Grayscale: #2D2D2D. Windows color (decimal): -16769029 or 16457472. OLE color: 16457472.

HSL color Cylindrical-coordinate representation of color #001FFB: hue angle of 232.59º 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 #001FFB is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 31 251 -
CMYK 1 0.88 0 0.02
HSL 232.59º 1% 0.49% -
HSV(B) 232.59º 1% 0.98% -
XYZ 17.9 7.95 91.86 -
YUV 46.81 243.23 94.61 -
System Red Green Blue C M Y K H S L
Decimal 0 31 251 1 0.88 0 0.02 232.59 1 0.49
Hex 0 1F FB 64 58 0 2 E9 64 31
Octal 0 37 373 144 130 0 2 351 144 61
Binary 0 11111 11111011 1100100 1011000 0 10 11101001 1100100 110001

Color Harmonies of #001FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001FFB

Black with #001FFB

Text Example


Text Example

White with #001FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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