Html Css Color HEX #247CF1 Dodger Blue

📋 copy color: '#247CF1'

red 36 ◦ green 124 ◦ blue 241

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

Shades of Dodger Blue #247CF1

Tints of Dodger Blue #247CF1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.92%

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

R = 8.98%
G = 30.92%
B = 60.1%

CMYK

 C value IS 0.85

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#247CF1 (or 0x247CF1) is known color: Dodger Blue. HEX triplet: 24, 7C and F1. RGB value is (36,124,241). Sum of RGB (Red+Green+Blue) = 36+124+241=401 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.98% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 241 (94.53% from 255 or 60.10% from 401); Max value from RGB is 241 - color contains mainly: blue. Hex color #247CF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #247CF1 is #DB830E. Grayscale: #6E6E6E. Windows color (decimal): -14385935 or 15825956. OLE color: 15825956.

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

Color convert

RGB 36 124 241 -
CMYK 0.85 0.49 0 0.05
HSL 214.24º 0.88% 0.54% -
HSV(B) 214.24º 0.85% 0.95% -
XYZ 23.81 21.14 86.04 -
YUV 111.03 201.35 74.49 -
System Red Green Blue C M Y K H S L
Decimal 36 124 241 0.85 0.49 0 0.05 214.24 0.88 0.54
Hex 24 7C F1 55 31 0 5 D6 58 36
Octal 44 174 361 125 61 0 5 326 130 66
Binary 100100 1111100 11110001 1010101 110001 0 101 11010110 1011000 110110

Color Harmonies of #247CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247CF1

Black with #247CF1

Text Example


Text Example

White with #247CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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