Html Css Color HEX #247FDA Dodger Blue

📋 copy color: '#247FDA'

red 36 ◦ green 127 ◦ blue 218

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

Shades of Dodger Blue #247FDA

Tints of Dodger Blue #247FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.22%

R = 9.45%
G = 33.33%
B = 57.22%

CMYK

 C value IS 0.83

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#247FDA (or 0x247FDA) is known color: Dodger Blue. HEX triplet: 24, 7F and DA. RGB value is (36,127,218). Sum of RGB (Red+Green+Blue) = 36+127+218=381 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.45% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #247FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247FDA is #DB8025. Grayscale: #6D6D6D. Windows color (decimal): -14385190 or 14319396. OLE color: 14319396.

HSL color Cylindrical-coordinate representation of color #247FDA: hue angle of 210º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #247FDA is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 36 127 218 -
CMYK 0.83 0.42 0 0.15
HSL 210º 0.72% 0.5% -
HSV(B) 210º 0.83% 0.85% -
XYZ 20.97 20.62 69.2 -
YUV 110.17 188.85 75.1 -
System Red Green Blue C M Y K H S L
Decimal 36 127 218 0.83 0.42 0 0.15 210 0.72 0.5
Hex 24 7F DA 53 2A 0 F D2 48 32
Octal 44 177 332 123 52 0 17 322 110 62
Binary 100100 1111111 11011010 1010011 101010 0 1111 11010010 1001000 110010

Color Harmonies of #247FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247FDA

Black with #247FDA

Text Example


Text Example

White with #247FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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