Html Css Color HEX #247FED Dodger Blue

📋 copy color: '#247FED'

red 36 ◦ green 127 ◦ blue 237

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

Shades of Dodger Blue #247FED

Tints of Dodger Blue #247FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 59.25%

R = 9%
G = 31.75%
B = 59.25%

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

#247FED (or 0x247FED) is known color: Dodger Blue. HEX triplet: 24, 7F and ED. RGB value is (36,127,237). Sum of RGB (Red+Green+Blue) = 36+127+237=400 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #247FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #247FED is #DB8012. Grayscale: #6F6F6F. Windows color (decimal): -14385171 or 15564580. OLE color: 15564580.

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

Color convert

RGB 36 127 237 -
CMYK 0.85 0.46 0 0.07
HSL 212.84º 0.85% 0.54% -
HSV(B) 212.84º 0.85% 0.93% -
XYZ 23.6 21.67 83.06 -
YUV 112.33 198.35 73.56 -
System Red Green Blue C M Y K H S L
Decimal 36 127 237 0.85 0.46 0 0.07 212.84 0.85 0.54
Hex 24 7F ED 55 2E 0 7 D5 55 36
Octal 44 177 355 125 56 0 7 325 125 66
Binary 100100 1111111 11101101 1010101 101110 0 111 11010101 1010101 110110

Color Harmonies of #247FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247FED

Black with #247FED

Text Example


Text Example

White with #247FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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