#1D93F1

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

Shades of Dodger Blue #1D93F1

Tints of Dodger Blue #1D93F1

Color information

#1D93F1 (or 0x1D93F1) is unknown color: approx Dodger Blue. HEX triplet: 1D, 93 and F1. RGB value is (29,147,241). Sum of RGB (Red+Green+Blue) = 29+147+241=417 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.95% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 241 (94.53% from 255 or 57.79% from 417); Max value from RGB is 241 - color contains mainly: blue. Hex color #1D93F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D93F1 is #E26C0E. Grayscale: #797979. Windows color (decimal): -14838799 or 15831837. OLE color: 15831837.

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

Color convert

RGB29147241-
CMYK0.880.3900.05
HSL206.6º88.33%52.94%-
HSV(B)206.6º87.97%94.51%-
XYZ26.8227.4887.11-
YUV122.43194.9161.36-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.95%
GREEN value IS 147 (57.81% from 255) = 35.25%
BLUE value IS 241 (94.53% from 255) = 57.79%
R=6.95%
G=35.25%
B=57.79%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal291472410.880.3900.05206.688.3352.94
Hex1D93F1582705cf5835
Octal35223361130470531713065
Binary11101100100111111000110110001001110101110011111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D93F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,147,241); }

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

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

 a { background-color: rgb(29,147,241); }

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

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

 span { border-color: rgb(29,147,241); }

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