Html Css Color HEX #1A01DF Medium Blue

📋 copy color: '#1A01DF'

red 26 ◦ green 1 ◦ blue 223

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

Shades of Medium Blue #1A01DF

Tints of Medium Blue #1A01DF

RGB

 RED value IS 26 (10.55% from 255) = 10.4%

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

 BLUE value IS 223 (87.5% from 255) = 89.2%

R = 10.4%
G = 0.4%
B = 89.2%

CMYK

 C value IS 0.88

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1A01DF (or 0x1A01DF) is known color: Medium Blue. HEX triplet: 1A, 01 and DF. RGB value is (26,1,223). Sum of RGB (Red+Green+Blue) = 26+1+223=250 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.4% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 223 (87.5% from 255 or 89.2% from 250); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A01DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A01DF is #E5FE20. Grayscale: #202020. Windows color (decimal): -15072801 or 14614810. OLE color: 14614810.

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

Color convert

RGB 26 1 223 -
CMYK 0.88 1.00 0 0.13
HSL 246.76º 0.99% 0.44% -
HSV(B) 246.76º 1% 0.87% -
XYZ 13.76 5.57 70.16 -
YUV 33.78 234.78 122.45 -
System Red Green Blue C M Y K H S L
Decimal 26 1 223 0.88 1.00 0 0.13 246.76 0.99 0.44
Hex 1A 1 DF 58 64 0 D F7 63 2C
Octal 32 1 337 130 144 0 15 367 143 54
Binary 11010 1 11011111 1011000 1100100 0 1101 11110111 1100011 101100

Color Harmonies of #1A01DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A01DF

Black with #1A01DF

Text Example


Text Example

White with #1A01DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,1,223); }

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

background-color css

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

 a { background-color: rgb(26,1,223); }

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

border-color css

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

 span { border-color: rgb(26,1,223); }

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