Html Css Color HEX #1D79EA Dodger Blue

📋 copy color: '#1D79EA'

red 29 ◦ green 121 ◦ blue 234

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

Shades of Dodger Blue #1D79EA

Tints of Dodger Blue #1D79EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 60.94%

R = 7.55%
G = 31.51%
B = 60.94%

CMYK

 C value IS 0.88

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1D79EA (or 0x1D79EA) is known color: Dodger Blue. HEX triplet: 1D, 79 and EA. RGB value is (29,121,234). Sum of RGB (Red+Green+Blue) = 29+121+234=384 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.55% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #1D79EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D79EA is #E28615. Grayscale: #696969. Windows color (decimal): -14845462 or 15366429. OLE color: 15366429.

HSL color Cylindrical-coordinate representation of color #1D79EA: hue angle of 213.07º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D79EA is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 29 121 234 -
CMYK 0.88 0.48 0 0.08
HSL 213.07º 0.83% 0.52% -
HSV(B) 213.07º 0.88% 0.92% -
XYZ 22.2 19.88 80.51 -
YUV 106.37 200.02 72.81 -
System Red Green Blue C M Y K H S L
Decimal 29 121 234 0.88 0.48 0 0.08 213.07 0.83 0.52
Hex 1D 79 EA 58 30 0 8 D5 53 34
Octal 35 171 352 130 60 0 10 325 123 64
Binary 11101 1111001 11101010 1011000 110000 0 1000 11010101 1010011 110100

Color Harmonies of #1D79EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D79EA

Black with #1D79EA

Text Example


Text Example

White with #1D79EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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