Html Css Color HEX #1D79FE Dodger Blue

📋 copy color: '#1D79FE'

red 29 ◦ green 121 ◦ blue 254

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

Shades of Dodger Blue #1D79FE

Tints of Dodger Blue #1D79FE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.95%

 BLUE value IS 254 (99.61% from 255) = 62.87%

R = 7.18%
G = 29.95%
B = 62.87%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1D79FE (or 0x1D79FE) is known color: Dodger Blue. HEX triplet: 1D, 79 and FE. RGB value is (29,121,254). Sum of RGB (Red+Green+Blue) = 29+121+254=404 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.18% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #1D79FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D79FE is #E28601. Grayscale: #6C6C6C. Windows color (decimal): -14845442 or 16677149. OLE color: 16677149.

HSL color Cylindrical-coordinate representation of color #1D79FE: hue angle of 215.47º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D79FE is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 29 121 254 -
CMYK 0.89 0.52 0 0.00
HSL 215.47º 0.99% 0.55% -
HSV(B) 215.47º 0.89% 1% -
XYZ 25.23 21.09 96.51 -
YUV 108.65 210.02 71.19 -
System Red Green Blue C M Y K H S L
Decimal 29 121 254 0.89 0.52 0 0.00 215.47 0.99 0.55
Hex 1D 79 FE 59 34 0 0 D7 63 37
Octal 35 171 376 131 64 0 0 327 143 67
Binary 11101 1111001 11111110 1011001 110100 0 0 11010111 1100011 110111

Color Harmonies of #1D79FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D79FE

Black with #1D79FE

Text Example


Text Example

White with #1D79FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,121,254); }

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

background-color css

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

 a { background-color: rgb(29,121,254); }

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

border-color css

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

 span { border-color: rgb(29,121,254); }

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