Html Css Color HEX #248FDB Dodger Blue

📋 copy color: '#248FDB'

red 36 ◦ green 143 ◦ blue 219

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

Shades of Dodger Blue #248FDB

Tints of Dodger Blue #248FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.93%

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

R = 9.05%
G = 35.93%
B = 55.03%

CMYK

 C value IS 0.84

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#248FDB (or 0x248FDB) is known color: Dodger Blue. HEX triplet: 24, 8F and DB. RGB value is (36,143,219). Sum of RGB (Red+Green+Blue) = 36+143+219=398 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.05% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #248FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248FDB is #DB7024. Grayscale: #777777. Windows color (decimal): -14381093 or 14389028. OLE color: 14389028.

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

Color convert

RGB 36 143 219 -
CMYK 0.84 0.35 0 0.14
HSL 204.92º 0.72% 0.5% -
HSV(B) 204.92º 0.84% 0.86% -
XYZ 23.34 25.13 70.64 -
YUV 119.67 184.05 68.32 -
System Red Green Blue C M Y K H S L
Decimal 36 143 219 0.84 0.35 0 0.14 204.92 0.72 0.5
Hex 24 8F DB 54 23 0 E CD 48 32
Octal 44 217 333 124 43 0 16 315 110 62
Binary 100100 10001111 11011011 1010100 100011 0 1110 11001101 1001000 110010

Color Harmonies of #248FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248FDB

Black with #248FDB

Text Example


Text Example

White with #248FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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