Html Css Color HEX #247FF1 Dodger Blue

📋 copy color: '#247FF1'

red 36 ◦ green 127 ◦ blue 241

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

Shades of Dodger Blue #247FF1

Tints of Dodger Blue #247FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 59.65%

R = 8.91%
G = 31.44%
B = 59.65%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#247FF1 (or 0x247FF1) is known color: Dodger Blue. HEX triplet: 24, 7F and F1. RGB value is (36,127,241). Sum of RGB (Red+Green+Blue) = 36+127+241=404 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.91% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 241 (94.53% from 255 or 59.65% from 404); Max value from RGB is 241 - color contains mainly: blue. Hex color #247FF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #247FF1 is #DB800E. Grayscale: #707070. Windows color (decimal): -14385167 or 15826724. OLE color: 15826724.

HSL color Cylindrical-coordinate representation of color #247FF1: hue angle of 213.37º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #247FF1 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 36 127 241 -
CMYK 0.85 0.47 0 0.05
HSL 213.37º 0.88% 0.54% -
HSV(B) 213.37º 0.85% 0.95% -
XYZ 24.19 21.9 86.17 -
YUV 112.79 200.35 73.23 -
System Red Green Blue C M Y K H S L
Decimal 36 127 241 0.85 0.47 0 0.05 213.37 0.88 0.54
Hex 24 7F F1 55 2F 0 5 D5 58 36
Octal 44 177 361 125 57 0 5 325 130 66
Binary 100100 1111111 11110001 1010101 101111 0 101 11010101 1011000 110110

Color Harmonies of #247FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247FF1

Black with #247FF1

Text Example


Text Example

White with #247FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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