Html Css Color HEX #248EDD Dodger Blue

📋 copy color: '#248EDD'

red 36 ◦ green 142 ◦ blue 221

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

Shades of Dodger Blue #248EDD

Tints of Dodger Blue #248EDD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.59%

 BLUE value IS 221 (86.72% from 255) = 55.39%

R = 9.02%
G = 35.59%
B = 55.39%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#248EDD (or 0x248EDD) is known color: Dodger Blue. HEX triplet: 24, 8E and DD. RGB value is (36,142,221). Sum of RGB (Red+Green+Blue) = 36+142+221=399 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.02% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #248EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248EDD is #DB7122. Grayscale: #767676. Windows color (decimal): -14381347 or 14519844. OLE color: 14519844.

HSL color Cylindrical-coordinate representation of color #248EDD: hue angle of 205.62º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #248EDD is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 142 221 -
CMYK 0.84 0.36 0 0.13
HSL 205.62º 0.73% 0.5% -
HSV(B) 205.62º 0.84% 0.87% -
XYZ 23.45 24.94 71.98 -
YUV 119.31 185.38 68.58 -
System Red Green Blue C M Y K H S L
Decimal 36 142 221 0.84 0.36 0 0.13 205.62 0.73 0.5
Hex 24 8E DD 54 24 0 D CE 49 32
Octal 44 216 335 124 44 0 15 316 111 62
Binary 100100 10001110 11011101 1010100 100100 0 1101 11001110 1001001 110010

Color Harmonies of #248EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248EDD

Black with #248EDD

Text Example


Text Example

White with #248EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,142,221); }

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

background-color css

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

 a { background-color: rgb(36,142,221); }

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

border-color css

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

 span { border-color: rgb(36,142,221); }

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