Html Css Color HEX #1F00FA Blue

📋 copy color: '#1F00FA'

red 31 ◦ green 0 ◦ blue 250

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

Shades of Blue #1F00FA

Tints of Blue #1F00FA

RGB

 RED value IS 31 (12.5% from 255) = 11.03%

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

 BLUE value IS 250 (98.05% from 255) = 88.97%

R = 11.03%
G = 0%
B = 88.97%

CMYK

 C value IS 0.88

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1F00FA (or 0x1F00FA) is known color: Blue. HEX triplet: 1F, 00 and FA. RGB value is (31,0,250). Sum of RGB (Red+Green+Blue) = 31+0+250=281 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.03% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 250 (98.05% from 255 or 88.97% from 281); Max value from RGB is 250 - color contains mainly: blue. Hex color #1F00FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F00FA is #E0FF05. Grayscale: #242424. Windows color (decimal): -14745350 or 16384031. OLE color: 16384031.

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

Color convert

RGB 31 0 250 -
CMYK 0.88 1 0 0.02
HSL 247.44º 1% 0.49% -
HSV(B) 247.44º 1% 0.98% -
XYZ 17.82 7.19 90.89 -
YUV 37.77 247.77 123.17 -
System Red Green Blue C M Y K H S L
Decimal 31 0 250 0.88 1 0 0.02 247.44 1 0.49
Hex 1F 0 FA 58 64 0 2 F7 64 31
Octal 37 0 372 130 144 0 2 367 144 61
Binary 11111 0 11111010 1011000 1100100 0 10 11110111 1100100 110001

Color Harmonies of #1F00FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F00FA

Black with #1F00FA

Text Example


Text Example

White with #1F00FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F00FA; }

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

 H1.HeaderClassName
 {
   color: #1F00FA;
 }
 .AnyTagClassName
 {
   color: #1F00FA;
 }
</style>

background-color css

<style>
 a { background-color: #1F00FA; }

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

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

border-color css

<style>
 span { border-color: #1F00FA; }

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

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