Html Css Color HEX #248DDB Dodger Blue

📋 copy color: '#248DDB'

red 36 ◦ green 141 ◦ blue 219

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

Shades of Dodger Blue #248DDB

Tints of Dodger Blue #248DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.61%

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

R = 9.09%
G = 35.61%
B = 55.3%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#248DDB (or 0x248DDB) is known color: Dodger Blue. HEX triplet: 24, 8D and DB. RGB value is (36,141,219). Sum of RGB (Red+Green+Blue) = 36+141+219=396 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.09% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #248DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248DDB is #DB7224. Grayscale: #767676. Windows color (decimal): -14381605 or 14388516. OLE color: 14388516.

HSL color Cylindrical-coordinate representation of color #248DDB: hue angle of 205.57º 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 #248DDB is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 141 219 -
CMYK 0.84 0.36 0 0.14
HSL 205.57º 0.72% 0.5% -
HSV(B) 205.57º 0.84% 0.86% -
XYZ 23.04 24.54 70.54 -
YUV 118.5 184.71 69.16 -
System Red Green Blue C M Y K H S L
Decimal 36 141 219 0.84 0.36 0 0.14 205.57 0.72 0.5
Hex 24 8D DB 54 24 0 E CE 48 32
Octal 44 215 333 124 44 0 16 316 110 62
Binary 100100 10001101 11011011 1010100 100100 0 1110 11001110 1001000 110010

Color Harmonies of #248DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248DDB

Black with #248DDB

Text Example


Text Example

White with #248DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248DDB; }

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

 H1.HeaderClassName
 {
   color: #248DDB;
 }
 .AnyTagClassName
 {
   color: #248DDB;
 }
</style>

background-color css

<style>
 a { background-color: #248DDB; }

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

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

border-color css

<style>
 span { border-color: #248DDB; }

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

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