Html Css Color HEX #1D0FDA Medium Blue

📋 copy color: '#1D0FDA'

red 29 ◦ green 15 ◦ blue 218

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

Shades of Medium Blue #1D0FDA

Tints of Medium Blue #1D0FDA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.73%

 BLUE value IS 218 (85.55% from 255) = 83.21%

R = 11.07%
G = 5.73%
B = 83.21%

CMYK

 C value IS 0.87

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1D0FDA (or 0x1D0FDA) is known color: Medium Blue. HEX triplet: 1D, 0F and DA. RGB value is (29,15,218). Sum of RGB (Red+Green+Blue) = 29+15+218=262 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.07% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 218 (85.55% from 255 or 83.21% from 262); Max value from RGB is 218 - color contains mainly: blue. Hex color #1D0FDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D0FDA is #E2F025. Grayscale: #292929. Windows color (decimal): -14872614 or 14290717. OLE color: 14290717.

HSL color Cylindrical-coordinate representation of color #1D0FDA: hue angle of 244.14º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D0FDA is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 29 15 218 -
CMYK 0.87 0.93 0 0.15
HSL 244.14º 0.87% 0.46% -
HSV(B) 244.14º 0.93% 0.85% -
XYZ 13.33 5.66 66.72 -
YUV 42.33 227.14 118.49 -
System Red Green Blue C M Y K H S L
Decimal 29 15 218 0.87 0.93 0 0.15 244.14 0.87 0.46
Hex 1D F DA 57 5D 0 F F4 57 2E
Octal 35 17 332 127 135 0 17 364 127 56
Binary 11101 1111 11011010 1010111 1011101 0 1111 11110100 1010111 101110

Color Harmonies of #1D0FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0FDA

Black with #1D0FDA

Text Example


Text Example

White with #1D0FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,15,218); }

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

background-color css

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

 a { background-color: rgb(29,15,218); }

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

border-color css

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

 span { border-color: rgb(29,15,218); }

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