Html Css Color HEX #247DDF Dodger Blue

📋 copy color: '#247DDF'

red 36 ◦ green 125 ◦ blue 223

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

Shades of Dodger Blue #247DDF

Tints of Dodger Blue #247DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.07%

R = 9.38%
G = 32.55%
B = 58.07%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#247DDF (or 0x247DDF) is known color: Dodger Blue. HEX triplet: 24, 7D and DF. RGB value is (36,125,223). Sum of RGB (Red+Green+Blue) = 36+125+223=384 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.38% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #247DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247DDF is #DB8220. Grayscale: #6D6D6D. Windows color (decimal): -14385697 or 14646564. OLE color: 14646564.

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

Color convert

RGB 36 125 223 -
CMYK 0.84 0.44 0 0.13
HSL 211.44º 0.75% 0.51% -
HSV(B) 211.44º 0.84% 0.87% -
XYZ 21.38 20.37 72.62 -
YUV 109.56 192.01 75.53 -
System Red Green Blue C M Y K H S L
Decimal 36 125 223 0.84 0.44 0 0.13 211.44 0.75 0.51
Hex 24 7D DF 54 2C 0 D D3 4B 33
Octal 44 175 337 124 54 0 15 323 113 63
Binary 100100 1111101 11011111 1010100 101100 0 1101 11010011 1001011 110011

Color Harmonies of #247DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247DDF

Black with #247DDF

Text Example


Text Example

White with #247DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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