Html Css Color HEX #247EFC Dodger Blue

📋 copy color: '#247EFC'

red 36 ◦ green 126 ◦ blue 252

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

Shades of Dodger Blue #247EFC

Tints of Dodger Blue #247EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 60.87%

R = 8.7%
G = 30.43%
B = 60.87%

CMYK

 C value IS 0.86

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#247EFC (or 0x247EFC) is known color: Dodger Blue. HEX triplet: 24, 7E and FC. RGB value is (36,126,252). Sum of RGB (Red+Green+Blue) = 36+126+252=414 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.70% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 252 (98.83% from 255 or 60.87% from 414); Max value from RGB is 252 - color contains mainly: blue. Hex color #247EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #247EFC is #DB8103. Grayscale: #707070. Windows color (decimal): -14385412 or 16547364. OLE color: 16547364.

HSL color Cylindrical-coordinate representation of color #247EFC: hue angle of 215º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #247EFC is Cyan = 0.86, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 36 126 252 -
CMYK 0.86 0.5 0 0.01
HSL 215º 0.97% 0.56% -
HSV(B) 215º 0.86% 0.99% -
XYZ 25.76 22.33 95.05 -
YUV 113.45 206.18 72.75 -
System Red Green Blue C M Y K H S L
Decimal 36 126 252 0.86 0.5 0 0.01 215 0.97 0.56
Hex 24 7E FC 56 32 0 1 D7 61 38
Octal 44 176 374 126 62 0 1 327 141 70
Binary 100100 1111110 11111100 1010110 110010 0 1 11010111 1100001 111000

Color Harmonies of #247EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247EFC

Black with #247EFC

Text Example


Text Example

White with #247EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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