Html Css Color HEX #247FFF Dodger Blue

📋 copy color: '#247FFF'

red 36 ◦ green 127 ◦ blue 255

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

Shades of Dodger Blue #247FFF

Tints of Dodger Blue #247FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61%

R = 8.61%
G = 30.38%
B = 61%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#247FFF (or 0x247FFF) is known color: Dodger Blue. HEX triplet: 24, 7F and FF. RGB value is (36,127,255). Sum of RGB (Red+Green+Blue) = 36+127+255=418 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.61% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #247FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #247FFF is #DB8000. Grayscale: #717171. Windows color (decimal): -14385153 or 16744228. OLE color: 16744228.

HSL color Cylindrical-coordinate representation of color #247FFF: hue angle of 215.07º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #247FFF is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 36 127 255 -
CMYK 0.86 0.50 0 0
HSL 215.07º 1% 0.57% -
HSV(B) 215.07º 0.86% 1% -
XYZ 26.37 22.77 97.61 -
YUV 114.38 207.35 72.09 -
System Red Green Blue C M Y K H S L
Decimal 36 127 255 0.86 0.50 0 0 215.07 1 0.57
Hex 24 7F FF 56 32 0 0 D7 64 39
Octal 44 177 377 126 62 0 0 327 144 71
Binary 100100 1111111 11111111 1010110 110010 0 0 11010111 1100100 111001

Color Harmonies of #247FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247FFF

Black with #247FFF

Text Example


Text Example

White with #247FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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