Html Css Color HEX #1F01ED Blue

📋 copy color: '#1F01ED'

red 31 ◦ green 1 ◦ blue 237

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

Shades of Blue #1F01ED

Tints of Blue #1F01ED

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 237 (92.97% from 255) = 88.1%

R = 11.52%
G = 0.37%
B = 88.1%

CMYK

 C value IS 0.87

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1F01ED (or 0x1F01ED) is known color: Blue. HEX triplet: 1F, 01 and ED. RGB value is (31,1,237). Sum of RGB (Red+Green+Blue) = 31+1+237=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 237 (92.97% from 255 or 88.10% from 269); Max value from RGB is 237 - color contains mainly: blue. Hex color #1F01ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F01ED is #E0FE12. Grayscale: #232323. Windows color (decimal): -14745107 or 15532319. OLE color: 15532319.

HSL color Cylindrical-coordinate representation of color #1F01ED: hue angle of 247.63º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F01ED is Cyan = 0.87, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 31 1 237 -
CMYK 0.87 1.00 0 0.07
HSL 247.63º 0.99% 0.47% -
HSV(B) 247.63º 1% 0.93% -
XYZ 15.86 6.43 80.53 -
YUV 36.87 240.94 123.81 -
System Red Green Blue C M Y K H S L
Decimal 31 1 237 0.87 1.00 0 0.07 247.63 0.99 0.47
Hex 1F 1 ED 57 64 0 7 F8 63 2F
Octal 37 1 355 127 144 0 7 370 143 57
Binary 11111 1 11101101 1010111 1100100 0 111 11111000 1100011 101111

Color Harmonies of #1F01ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F01ED

Black with #1F01ED

Text Example


Text Example

White with #1F01ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,1,237); }

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

background-color css

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

 a { background-color: rgb(31,1,237); }

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

border-color css

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

 span { border-color: rgb(31,1,237); }

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