Html Css Color HEX #1D79FA Dodger Blue

📋 copy color: '#1D79FA'

red 29 ◦ green 121 ◦ blue 250

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

Shades of Dodger Blue #1D79FA

Tints of Dodger Blue #1D79FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.5%

R = 7.25%
G = 30.25%
B = 62.5%

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

#1D79FA (or 0x1D79FA) is known color: Dodger Blue. HEX triplet: 1D, 79 and FA. RGB value is (29,121,250). Sum of RGB (Red+Green+Blue) = 29+121+250=400 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.25% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #1D79FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D79FA is #E28605. Grayscale: #6B6B6B. Windows color (decimal): -14845446 or 16415005. OLE color: 16415005.

HSL color Cylindrical-coordinate representation of color #1D79FA: hue angle of 215.02º degrees, saturation: 0.96, 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 #1D79FA is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 29 121 250 -
CMYK 0.88 0.52 0 0.02
HSL 215.02º 0.96% 0.55% -
HSV(B) 215.02º 0.88% 0.98% -
XYZ 24.6 20.84 93.17 -
YUV 108.2 208.02 71.51 -
System Red Green Blue C M Y K H S L
Decimal 29 121 250 0.88 0.52 0 0.02 215.02 0.96 0.55
Hex 1D 79 FA 58 34 0 2 D7 60 37
Octal 35 171 372 130 64 0 2 327 140 67
Binary 11101 1111001 11111010 1011000 110100 0 10 11010111 1100000 110111

Color Harmonies of #1D79FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D79FA

Black with #1D79FA

Text Example


Text Example

White with #1D79FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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