Html Css Color HEX #1D7AF0 Dodger Blue

📋 copy color: '#1D7AF0'

red 29 ◦ green 122 ◦ blue 240

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

Shades of Dodger Blue #1D7AF0

Tints of Dodger Blue #1D7AF0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.2%

 BLUE value IS 240 (94.14% from 255) = 61.38%

R = 7.42%
G = 31.2%
B = 61.38%

CMYK

 C value IS 0.88

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1D7AF0 (or 0x1D7AF0) is known color: Dodger Blue. HEX triplet: 1D, 7A and F0. RGB value is (29,122,240). Sum of RGB (Red+Green+Blue) = 29+122+240=391 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.42% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 240 (94.14% from 255 or 61.38% from 391); Max value from RGB is 240 - color contains mainly: blue. Hex color #1D7AF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D7AF0 is #E2850F. Grayscale: #6B6B6B. Windows color (decimal): -14845200 or 15759901. OLE color: 15759901.

HSL color Cylindrical-coordinate representation of color #1D7AF0: hue angle of 213.55º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D7AF0 is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 29 122 240 -
CMYK 0.88 0.49 0 0.06
HSL 213.55º 0.88% 0.53% -
HSV(B) 213.55º 0.88% 0.94% -
XYZ 23.19 20.47 85.17 -
YUV 107.65 202.69 71.91 -
System Red Green Blue C M Y K H S L
Decimal 29 122 240 0.88 0.49 0 0.06 213.55 0.88 0.53
Hex 1D 7A F0 58 31 0 6 D6 58 35
Octal 35 172 360 130 61 0 6 326 130 65
Binary 11101 1111010 11110000 1011000 110001 0 110 11010110 1011000 110101

Color Harmonies of #1D7AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7AF0

Black with #1D7AF0

Text Example


Text Example

White with #1D7AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,122,240); }

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

background-color css

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

 a { background-color: rgb(29,122,240); }

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

border-color css

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

 span { border-color: rgb(29,122,240); }

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