Html Css Color HEX #1D79FB Dodger Blue

📋 copy color: '#1D79FB'

red 29 ◦ green 121 ◦ blue 251

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

Shades of Dodger Blue #1D79FB

Tints of Dodger Blue #1D79FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 62.59%

R = 7.23%
G = 30.17%
B = 62.59%

CMYK

 C value IS 0.88

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1D79FB (or 0x1D79FB) is known color: Dodger Blue. HEX triplet: 1D, 79 and FB. RGB value is (29,121,251). Sum of RGB (Red+Green+Blue) = 29+121+251=401 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.23% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 251 (98.44% from 255 or 62.59% from 401); Max value from RGB is 251 - color contains mainly: blue. Hex color #1D79FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D79FB is #E28604. Grayscale: #6B6B6B. Windows color (decimal): -14845445 or 16480541. OLE color: 16480541.

HSL color Cylindrical-coordinate representation of color #1D79FB: hue angle of 215.14º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D79FB is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 29 121 251 -
CMYK 0.88 0.52 0 0.02
HSL 215.14º 0.97% 0.55% -
HSV(B) 215.14º 0.88% 0.98% -
XYZ 24.76 20.9 94 -
YUV 108.31 208.52 71.43 -
System Red Green Blue C M Y K H S L
Decimal 29 121 251 0.88 0.52 0 0.02 215.14 0.97 0.55
Hex 1D 79 FB 58 34 0 2 D7 61 37
Octal 35 171 373 130 64 0 2 327 141 67
Binary 11101 1111001 11111011 1011000 110100 0 10 11010111 1100001 110111

Color Harmonies of #1D79FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D79FB

Black with #1D79FB

Text Example


Text Example

White with #1D79FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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