Html Css Color HEX #247FEF Dodger Blue

📋 copy color: '#247FEF'

red 36 ◦ green 127 ◦ blue 239

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

Shades of Dodger Blue #247FEF

Tints of Dodger Blue #247FEF

RGB

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

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

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

R = 8.96%
G = 31.59%
B = 59.45%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#247FEF (or 0x247FEF) is known color: Dodger Blue. HEX triplet: 24, 7F and EF. RGB value is (36,127,239). Sum of RGB (Red+Green+Blue) = 36+127+239=402 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.96% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #247FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #247FEF is #DB8010. Grayscale: #707070. Windows color (decimal): -14385169 or 15695652. OLE color: 15695652.

HSL color Cylindrical-coordinate representation of color #247FEF: hue angle of 213.1º 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 #247FEF is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 36 127 239 -
CMYK 0.85 0.47 0 0.06
HSL 213.1º 0.86% 0.54% -
HSV(B) 213.1º 0.85% 0.94% -
XYZ 23.9 21.79 84.61 -
YUV 112.56 199.35 73.39 -
System Red Green Blue C M Y K H S L
Decimal 36 127 239 0.85 0.47 0 0.06 213.1 0.86 0.54
Hex 24 7F EF 55 2F 0 6 D5 56 36
Octal 44 177 357 125 57 0 6 325 126 66
Binary 100100 1111111 11101111 1010101 101111 0 110 11010101 1010110 110110

Color Harmonies of #247FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247FEF

Black with #247FEF

Text Example


Text Example

White with #247FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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