Html Css Color HEX #247CFA Dodger Blue

📋 copy color: '#247CFA'

red 36 ◦ green 124 ◦ blue 250

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

Shades of Dodger Blue #247CFA

Tints of Dodger Blue #247CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.98%

R = 8.78%
G = 30.24%
B = 60.98%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#247CFA (or 0x247CFA) is known color: Dodger Blue. HEX triplet: 24, 7C and FA. RGB value is (36,124,250). Sum of RGB (Red+Green+Blue) = 36+124+250=410 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.78% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #247CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #247CFA is #DB8305. Grayscale: #6F6F6F. Windows color (decimal): -14385926 or 16415780. OLE color: 16415780.

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

Color convert

RGB 36 124 250 -
CMYK 0.86 0.50 0 0.02
HSL 215.33º 0.96% 0.56% -
HSV(B) 215.33º 0.86% 0.98% -
XYZ 25.19 21.69 93.3 -
YUV 112.05 205.85 73.75 -
System Red Green Blue C M Y K H S L
Decimal 36 124 250 0.86 0.50 0 0.02 215.33 0.96 0.56
Hex 24 7C FA 56 32 0 2 D7 60 38
Octal 44 174 372 126 62 0 2 327 140 70
Binary 100100 1111100 11111010 1010110 110010 0 10 11010111 1100000 111000

Color Harmonies of #247CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247CFA

Black with #247CFA

Text Example


Text Example

White with #247CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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