Html Css Color HEX #248DDC Dodger Blue

📋 copy color: '#248DDC'

red 36 ◦ green 141 ◦ blue 220

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

Shades of Dodger Blue #248DDC

Tints of Dodger Blue #248DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.42%

R = 9.07%
G = 35.52%
B = 55.42%

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

#248DDC (or 0x248DDC) is known color: Dodger Blue. HEX triplet: 24, 8D and DC. RGB value is (36,141,220). Sum of RGB (Red+Green+Blue) = 36+141+220=397 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.07% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #248DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248DDC is #DB7223. Grayscale: #767676. Windows color (decimal): -14381604 or 14454052. OLE color: 14454052.

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

Color convert

RGB 36 141 220 -
CMYK 0.84 0.36 0 0.14
HSL 205.76º 0.72% 0.5% -
HSV(B) 205.76º 0.84% 0.86% -
XYZ 23.17 24.59 71.24 -
YUV 118.61 185.21 69.08 -
System Red Green Blue C M Y K H S L
Decimal 36 141 220 0.84 0.36 0 0.14 205.76 0.72 0.5
Hex 24 8D DC 54 24 0 E CE 48 32
Octal 44 215 334 124 44 0 16 316 110 62
Binary 100100 10001101 11011100 1010100 100100 0 1110 11001110 1001000 110010

Color Harmonies of #248DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248DDC

Black with #248DDC

Text Example


Text Example

White with #248DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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