Html Css Color HEX #247CDF Dodger Blue

📋 copy color: '#247CDF'

red 36 ◦ green 124 ◦ blue 223

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

Shades of Dodger Blue #247CDF

Tints of Dodger Blue #247CDF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.38%

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

R = 9.4%
G = 32.38%
B = 58.22%

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

#247CDF (or 0x247CDF) is known color: Dodger Blue. HEX triplet: 24, 7C and DF. RGB value is (36,124,223). Sum of RGB (Red+Green+Blue) = 36+124+223=383 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.40% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #247CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247CDF is #DB8320. Grayscale: #6C6C6C. Windows color (decimal): -14385953 or 14646308. OLE color: 14646308.

HSL color Cylindrical-coordinate representation of color #247CDF: hue angle of 211.76º 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 #247CDF is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 124 223 -
CMYK 0.84 0.44 0 0.13
HSL 211.76º 0.75% 0.51% -
HSV(B) 211.76º 0.84% 0.87% -
XYZ 21.25 20.12 72.57 -
YUV 108.97 192.35 75.95 -
System Red Green Blue C M Y K H S L
Decimal 36 124 223 0.84 0.44 0 0.13 211.76 0.75 0.51
Hex 24 7C DF 54 2C 0 D D4 4B 33
Octal 44 174 337 124 54 0 15 324 113 63
Binary 100100 1111100 11011111 1010100 101100 0 1101 11010100 1001011 110011

Color Harmonies of #247CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247CDF

Black with #247CDF

Text Example


Text Example

White with #247CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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