Html Css Color HEX #247CEF Dodger Blue

📋 copy color: '#247CEF'

red 36 ◦ green 124 ◦ blue 239

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

Shades of Dodger Blue #247CEF

Tints of Dodger Blue #247CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 59.9%

R = 9.02%
G = 31.08%
B = 59.9%

CMYK

 C value IS 0.85

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#247CEF (or 0x247CEF) is known color: Dodger Blue. HEX triplet: 24, 7C and EF. RGB value is (36,124,239). Sum of RGB (Red+Green+Blue) = 36+124+239=399 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.02% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 239 (93.75% from 255 or 59.90% from 399); Max value from RGB is 239 - color contains mainly: blue. Hex color #247CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #247CEF is #DB8310. Grayscale: #6E6E6E. Windows color (decimal): -14385937 or 15694884. OLE color: 15694884.

HSL color Cylindrical-coordinate representation of color #247CEF: hue angle of 213.99º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #247CEF is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 36 124 239 -
CMYK 0.85 0.48 0 0.06
HSL 213.99º 0.86% 0.54% -
HSV(B) 213.99º 0.85% 0.94% -
XYZ 23.52 21.02 84.48 -
YUV 110.8 200.35 74.65 -
System Red Green Blue C M Y K H S L
Decimal 36 124 239 0.85 0.48 0 0.06 213.99 0.86 0.54
Hex 24 7C EF 55 30 0 6 D6 56 36
Octal 44 174 357 125 60 0 6 326 126 66
Binary 100100 1111100 11101111 1010101 110000 0 110 11010110 1010110 110110

Color Harmonies of #247CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247CEF

Black with #247CEF

Text Example


Text Example

White with #247CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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