Html Css Color HEX #247EED Dodger Blue

📋 copy color: '#247EED'

red 36 ◦ green 126 ◦ blue 237

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

Shades of Dodger Blue #247EED

Tints of Dodger Blue #247EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 59.4%

R = 9.02%
G = 31.58%
B = 59.4%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#247EED (or 0x247EED) is known color: Dodger Blue. HEX triplet: 24, 7E and ED. RGB value is (36,126,237). Sum of RGB (Red+Green+Blue) = 36+126+237=399 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.02% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 237 (92.97% from 255 or 59.40% from 399); Max value from RGB is 237 - color contains mainly: blue. Hex color #247EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #247EED is #DB8112. Grayscale: #6F6F6F. Windows color (decimal): -14385427 or 15564324. OLE color: 15564324.

HSL color Cylindrical-coordinate representation of color #247EED: hue angle of 213.13º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #247EED is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 126 237 -
CMYK 0.85 0.47 0 0.07
HSL 213.13º 0.85% 0.54% -
HSV(B) 213.13º 0.85% 0.93% -
XYZ 23.47 21.41 83.02 -
YUV 111.74 198.68 73.97 -
System Red Green Blue C M Y K H S L
Decimal 36 126 237 0.85 0.47 0 0.07 213.13 0.85 0.54
Hex 24 7E ED 55 2F 0 7 D5 55 36
Octal 44 176 355 125 57 0 7 325 125 66
Binary 100100 1111110 11101101 1010101 101111 0 111 11010101 1010101 110110

Color Harmonies of #247EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247EED

Black with #247EED

Text Example


Text Example

White with #247EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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