Html Css Color HEX #247EDD Dodger Blue

📋 copy color: '#247EDD'

red 36 ◦ green 126 ◦ blue 221

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

Shades of Dodger Blue #247EDD

Tints of Dodger Blue #247EDD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.9%

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

R = 9.4%
G = 32.9%
B = 57.7%

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

#247EDD (or 0x247EDD) is known color: Dodger Blue. HEX triplet: 24, 7E and DD. RGB value is (36,126,221). Sum of RGB (Red+Green+Blue) = 36+126+221=383 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.40% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #247EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247EDD is #DB8122. Grayscale: #6D6D6D. Windows color (decimal): -14385443 or 14515748. OLE color: 14515748.

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

Color convert

RGB 36 126 221 -
CMYK 0.84 0.43 0 0.13
HSL 210.81º 0.73% 0.5% -
HSV(B) 210.81º 0.84% 0.87% -
XYZ 21.24 20.52 71.25 -
YUV 109.92 190.68 75.28 -
System Red Green Blue C M Y K H S L
Decimal 36 126 221 0.84 0.43 0 0.13 210.81 0.73 0.5
Hex 24 7E DD 54 2B 0 D D3 49 32
Octal 44 176 335 124 53 0 15 323 111 62
Binary 100100 1111110 11011101 1010100 101011 0 1101 11010011 1001001 110010

Color Harmonies of #247EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247EDD

Black with #247EDD

Text Example


Text Example

White with #247EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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