Html Css Color HEX #247FEC Dodger Blue

📋 copy color: '#247FEC'

red 36 ◦ green 127 ◦ blue 236

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

Shades of Dodger Blue #247FEC

Tints of Dodger Blue #247FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 59.15%

R = 9.02%
G = 31.83%
B = 59.15%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#247FEC (or 0x247FEC) is known color: Dodger Blue. HEX triplet: 24, 7F and EC. RGB value is (36,127,236). Sum of RGB (Red+Green+Blue) = 36+127+236=399 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.02% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 236 (92.58% from 255 or 59.15% from 399); Max value from RGB is 236 - color contains mainly: blue. Hex color #247FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #247FEC is #DB8013. Grayscale: #6F6F6F. Windows color (decimal): -14385172 or 15499044. OLE color: 15499044.

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

Color convert

RGB 36 127 236 -
CMYK 0.85 0.46 0 0.07
HSL 212.7º 0.84% 0.53% -
HSV(B) 212.7º 0.85% 0.93% -
XYZ 23.46 21.61 82.29 -
YUV 112.22 197.85 73.64 -
System Red Green Blue C M Y K H S L
Decimal 36 127 236 0.85 0.46 0 0.07 212.7 0.84 0.53
Hex 24 7F EC 55 2E 0 7 D5 54 35
Octal 44 177 354 125 56 0 7 325 124 65
Binary 100100 1111111 11101100 1010101 101110 0 111 11010101 1010100 110101

Color Harmonies of #247FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247FEC

Black with #247FEC

Text Example


Text Example

White with #247FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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