Html Css Color HEX #248DDA Dodger Blue

📋 copy color: '#248DDA'

red 36 ◦ green 141 ◦ blue 218

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

Shades of Dodger Blue #248DDA

Tints of Dodger Blue #248DDA

RGB

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

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

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

R = 9.11%
G = 35.7%
B = 55.19%

CMYK

 C value IS 0.83

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#248DDA (or 0x248DDA) is known color: Dodger Blue. HEX triplet: 24, 8D and DA. RGB value is (36,141,218). Sum of RGB (Red+Green+Blue) = 36+141+218=395 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.11% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #248DDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248DDA is #DB7225. Grayscale: #757575. Windows color (decimal): -14381606 or 14322980. OLE color: 14322980.

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

Color convert

RGB 36 141 218 -
CMYK 0.83 0.35 0 0.15
HSL 205.38º 0.72% 0.5% -
HSV(B) 205.38º 0.83% 0.85% -
XYZ 22.91 24.49 69.85 -
YUV 118.38 184.21 69.24 -
System Red Green Blue C M Y K H S L
Decimal 36 141 218 0.83 0.35 0 0.15 205.38 0.72 0.5
Hex 24 8D DA 53 23 0 F CD 48 32
Octal 44 215 332 123 43 0 17 315 110 62
Binary 100100 10001101 11011010 1010011 100011 0 1111 11001101 1001000 110010

Color Harmonies of #248DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248DDA

Black with #248DDA

Text Example


Text Example

White with #248DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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