Html Css Color HEX #1F94DD Dodger Blue

📋 copy color: '#1F94DD'

red 31 ◦ green 148 ◦ blue 221

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

Shades of Dodger Blue #1F94DD

Tints of Dodger Blue #1F94DD

RGB

 RED value IS 31 (12.5% from 255) = 7.75%

 GREEN value IS 148 (58.2% from 255) = 37%

 BLUE value IS 221 (86.72% from 255) = 55.25%

R = 7.75%
G = 37%
B = 55.25%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F94DD (or 0x1F94DD) is known color: Dodger Blue. HEX triplet: 1F, 94 and DD. RGB value is (31,148,221). Sum of RGB (Red+Green+Blue) = 31+148+221=400 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.75% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F94DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F94DD is #E06B22. Grayscale: #787878. Windows color (decimal): -14707491 or 14521375. OLE color: 14521375.

HSL color Cylindrical-coordinate representation of color #1F94DD: hue angle of 203.05º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F94DD is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 31 148 221 -
CMYK 0.86 0.33 0 0.13
HSL 203.05º 0.75% 0.49% -
HSV(B) 203.05º 0.86% 0.87% -
XYZ 24.21 26.69 72.28 -
YUV 121.34 184.24 63.56 -
System Red Green Blue C M Y K H S L
Decimal 31 148 221 0.86 0.33 0 0.13 203.05 0.75 0.49
Hex 1F 94 DD 56 21 0 D CB 4B 31
Octal 37 224 335 126 41 0 15 313 113 61
Binary 11111 10010100 11011101 1010110 100001 0 1101 11001011 1001011 110001

Color Harmonies of #1F94DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F94DD

Black with #1F94DD

Text Example


Text Example

White with #1F94DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,148,221); }

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

background-color css

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

 a { background-color: rgb(31,148,221); }

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

border-color css

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

 span { border-color: rgb(31,148,221); }

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