Html Css Color HEX #001BF9 Blue

📋 copy color: '#001BF9'

red 0 ◦ green 27 ◦ blue 249

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

Shades of Blue #001BF9

Tints of Blue #001BF9

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.78%

 BLUE value IS 249 (97.66% from 255) = 90.22%

R = 0%
G = 9.78%
B = 90.22%

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

#001BF9 (or 0x001BF9) is known color: Blue. HEX triplet: 00, 1B and F9. RGB value is (0,27,249). Sum of RGB (Red+Green+Blue) = 0+27+249=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 27 (10.94% from 255 or 9.78% from 276); Blue value is 249 (97.66% from 255 or 90.22% from 276); Max value from RGB is 249 - color contains mainly: blue. Hex color #001BF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001BF9 is #FFE406. Grayscale: #2B2B2B. Windows color (decimal): -16770055 or 16325376. OLE color: 16325376.

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

Color convert

RGB 0 27 249 -
CMYK 1 0.89 0 0.02
HSL 233.49º 1% 0.49% -
HSV(B) 233.49º 1% 0.98% -
XYZ 17.49 7.62 90.17 -
YUV 44.24 243.55 96.45 -
System Red Green Blue C M Y K H S L
Decimal 0 27 249 1 0.89 0 0.02 233.49 1 0.49
Hex 0 1B F9 64 59 0 2 E9 64 31
Octal 0 33 371 144 131 0 2 351 144 61
Binary 0 11011 11111001 1100100 1011001 0 10 11101001 1100100 110001

Color Harmonies of #001BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001BF9

Black with #001BF9

Text Example


Text Example

White with #001BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,27,249); }

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

background-color css

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

 a { background-color: rgb(0,27,249); }

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

border-color css

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

 span { border-color: rgb(0,27,249); }

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