#1D97EB

Color #1D97EB Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #1D97EB

Tints of Dodger Blue #1D97EB

Color information

#1D97EB (or 0x1D97EB) is unknown color: approx Dodger Blue. HEX triplet: 1D, 97 and EB. RGB value is (29,151,235). Sum of RGB (Red+Green+Blue) = 29+151+235=415 (54% of max value = 765). Red value is 29 (11.72% from 255 or 6.99% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #1D97EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D97EB is #E26814. Grayscale: #7B7B7B. Windows color (decimal): -14837781 or 15439645. OLE color: 15439645.

HSL color Cylindrical-coordinate representation of color #1D97EB: hue angle of 204.47º degrees, saturation: 0.84, 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 #1D97EB is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB29151235-
CMYK0.880.3600.08
HSL204.47º83.74%51.76%-
HSV(B)204.47º87.66%92.16%-
XYZ26.5728.3982.68-
YUV124.1190.5860.17-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.99%
GREEN value IS 151 (59.38% from 255) = 36.39%
BLUE value IS 235 (92.19% from 255) = 56.63%
R=6.99%
G=36.39%
B=56.63%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal291512350.880.3600.08204.4783.7451.76
Hex1D97EB582408cc5434
Octal352273531304401031412464
Binary111011001011111101011101100010010001000110011001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D97EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,151,235); }

 H1.HeaderClassName
 {
   color: #1D97EB;
 }
 .AnyTagClassName
 {
   color: #1D97EB;
 }
</style>
background-color css

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

 a { background-color: rgb(29,151,235); }

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

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

 span { border-color: rgb(29,151,235); }

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