Html Css Color HEX #1D01F0 Blue

📋 copy color: '#1D01F0'

red 29 ◦ green 1 ◦ blue 240

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

Shades of Blue #1D01F0

Tints of Blue #1D01F0

RGB

 RED value IS 29 (11.72% from 255) = 10.74%

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

 BLUE value IS 240 (94.14% from 255) = 88.89%

R = 10.74%
G = 0.37%
B = 88.89%

CMYK

 C value IS 0.88

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1D01F0 (or 0x1D01F0) is known color: Blue. HEX triplet: 1D, 01 and F0. RGB value is (29,1,240). Sum of RGB (Red+Green+Blue) = 29+1+240=270 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.74% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 240 (94.14% from 255 or 88.89% from 270); Max value from RGB is 240 - color contains mainly: blue. Hex color #1D01F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D01F0 is #E2FE0F. Grayscale: #232323. Windows color (decimal): -14876176 or 15728925. OLE color: 15728925.

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

Color convert

RGB 29 1 240 -
CMYK 0.88 1.00 0 0.06
HSL 247.03º 0.99% 0.47% -
HSV(B) 247.03º 1% 0.94% -
XYZ 16.25 6.57 82.85 -
YUV 36.62 242.78 122.57 -
System Red Green Blue C M Y K H S L
Decimal 29 1 240 0.88 1.00 0 0.06 247.03 0.99 0.47
Hex 1D 1 F0 58 64 0 6 F7 63 2F
Octal 35 1 360 130 144 0 6 367 143 57
Binary 11101 1 11110000 1011000 1100100 0 110 11110111 1100011 101111

Color Harmonies of #1D01F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D01F0

Black with #1D01F0

Text Example


Text Example

White with #1D01F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,1,240); }

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

background-color css

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

 a { background-color: rgb(29,1,240); }

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

border-color css

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

 span { border-color: rgb(29,1,240); }

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