Html Css Color HEX #247DDC Dodger Blue

📋 copy color: '#247DDC'

red 36 ◦ green 125 ◦ blue 220

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

Shades of Dodger Blue #247DDC

Tints of Dodger Blue #247DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.74%

R = 9.45%
G = 32.81%
B = 57.74%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#247DDC (or 0x247DDC) is known color: Dodger Blue. HEX triplet: 24, 7D and DC. RGB value is (36,125,220). Sum of RGB (Red+Green+Blue) = 36+125+220=381 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.45% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #247DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247DDC is #DB8223. Grayscale: #6C6C6C. Windows color (decimal): -14385700 or 14449956. OLE color: 14449956.

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

Color convert

RGB 36 125 220 -
CMYK 0.84 0.43 0 0.14
HSL 210.98º 0.72% 0.5% -
HSV(B) 210.98º 0.84% 0.86% -
XYZ 20.98 20.21 70.51 -
YUV 109.22 190.51 75.78 -
System Red Green Blue C M Y K H S L
Decimal 36 125 220 0.84 0.43 0 0.14 210.98 0.72 0.5
Hex 24 7D DC 54 2B 0 E D3 48 32
Octal 44 175 334 124 53 0 16 323 110 62
Binary 100100 1111101 11011100 1010100 101011 0 1110 11010011 1001000 110010

Color Harmonies of #247DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247DDC

Black with #247DDC

Text Example


Text Example

White with #247DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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