Html Css Color HEX #247DDD Dodger Blue

📋 copy color: '#247DDD'

red 36 ◦ green 125 ◦ blue 221

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

Shades of Dodger Blue #247DDD

Tints of Dodger Blue #247DDD

RGB

 RED value IS 36 (14.45% from 255) = 9.42%

 GREEN value IS 125 (49.22% from 255) = 32.72%

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

R = 9.42%
G = 32.72%
B = 57.85%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#247DDD (or 0x247DDD) is known color: Dodger Blue. HEX triplet: 24, 7D and DD. RGB value is (36,125,221). Sum of RGB (Red+Green+Blue) = 36+125+221=382 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.42% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #247DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247DDD is #DB8222. Grayscale: #6C6C6C. Windows color (decimal): -14385699 or 14515492. OLE color: 14515492.

HSL color Cylindrical-coordinate representation of color #247DDD: hue angle of 211.14º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #247DDD is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 125 221 -
CMYK 0.84 0.43 0 0.13
HSL 211.14º 0.73% 0.5% -
HSV(B) 211.14º 0.84% 0.87% -
XYZ 21.11 20.26 71.2 -
YUV 109.33 191.01 75.69 -
System Red Green Blue C M Y K H S L
Decimal 36 125 221 0.84 0.43 0 0.13 211.14 0.73 0.5
Hex 24 7D DD 54 2B 0 D D3 49 32
Octal 44 175 335 124 53 0 15 323 111 62
Binary 100100 1111101 11011101 1010100 101011 0 1101 11010011 1001001 110010

Color Harmonies of #247DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247DDD

Black with #247DDD

Text Example


Text Example

White with #247DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247DDD; }

 p { color: rgb(36,125,221); }

 H1.HeaderClassName
 {
   color: #247DDD;
 }
 .AnyTagClassName
 {
   color: #247DDD;
 }
</style>

background-color css

<style>
 a { background-color: #247DDD; }

 a { background-color: rgb(36,125,221); }

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

border-color css

<style>
 span { border-color: #247DDD; }

 span { border-color: rgb(36,125,221); }

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