Html Css Color HEX #247FDC Dodger Blue

📋 copy color: '#247FDC'

red 36 ◦ green 127 ◦ blue 220

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

Shades of Dodger Blue #247FDC

Tints of Dodger Blue #247FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 33.16%

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

R = 9.4%
G = 33.16%
B = 57.44%

CMYK

 C value IS 0.84

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#247FDC (or 0x247FDC) is known color: Dodger Blue. HEX triplet: 24, 7F and DC. RGB value is (36,127,220). Sum of RGB (Red+Green+Blue) = 36+127+220=383 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.40% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #247FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247FDC is #DB8023. Grayscale: #6D6D6D. Windows color (decimal): -14385188 or 14450468. OLE color: 14450468.

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

Color convert

RGB 36 127 220 -
CMYK 0.84 0.42 0 0.14
HSL 210.33º 0.72% 0.5% -
HSV(B) 210.33º 0.84% 0.86% -
XYZ 21.24 20.72 70.59 -
YUV 110.39 189.85 74.94 -
System Red Green Blue C M Y K H S L
Decimal 36 127 220 0.84 0.42 0 0.14 210.33 0.72 0.5
Hex 24 7F DC 54 2A 0 E D2 48 32
Octal 44 177 334 124 52 0 16 322 110 62
Binary 100100 1111111 11011100 1010100 101010 0 1110 11010010 1001000 110010

Color Harmonies of #247FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247FDC

Black with #247FDC

Text Example


Text Example

White with #247FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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