Html Css Color HEX #247FDB Dodger Blue

📋 copy color: '#247FDB'

red 36 ◦ green 127 ◦ blue 219

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

Shades of Dodger Blue #247FDB

Tints of Dodger Blue #247FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.33%

R = 9.42%
G = 33.25%
B = 57.33%

CMYK

 C value IS 0.84

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#247FDB (or 0x247FDB) is known color: Dodger Blue. HEX triplet: 24, 7F and DB. RGB value is (36,127,219). Sum of RGB (Red+Green+Blue) = 36+127+219=382 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.42% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #247FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247FDB is #DB8024. Grayscale: #6D6D6D. Windows color (decimal): -14385189 or 14384932. OLE color: 14384932.

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

Color convert

RGB 36 127 219 -
CMYK 0.84 0.42 0 0.14
HSL 210.16º 0.72% 0.5% -
HSV(B) 210.16º 0.84% 0.86% -
XYZ 21.1 20.67 69.89 -
YUV 110.28 189.35 75.02 -
System Red Green Blue C M Y K H S L
Decimal 36 127 219 0.84 0.42 0 0.14 210.16 0.72 0.5
Hex 24 7F DB 54 2A 0 E D2 48 32
Octal 44 177 333 124 52 0 16 322 110 62
Binary 100100 1111111 11011011 1010100 101010 0 1110 11010010 1001000 110010

Color Harmonies of #247FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247FDB

Black with #247FDB

Text Example


Text Example

White with #247FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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