Html Css Color HEX #248EDF Dodger Blue

📋 copy color: '#248EDF'

red 36 ◦ green 142 ◦ blue 223

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

Shades of Dodger Blue #248EDF

Tints of Dodger Blue #248EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.61%

R = 8.98%
G = 35.41%
B = 55.61%

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

#248EDF (or 0x248EDF) is known color: Dodger Blue. HEX triplet: 24, 8E and DF. RGB value is (36,142,223). Sum of RGB (Red+Green+Blue) = 36+142+223=401 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.98% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #248EDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248EDF is #DB7120. Grayscale: #777777. Windows color (decimal): -14381345 or 14650916. OLE color: 14650916.

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

Color convert

RGB 36 142 223 -
CMYK 0.84 0.36 0 0.13
HSL 205.99º 0.75% 0.51% -
HSV(B) 205.99º 0.84% 0.87% -
XYZ 23.72 25.05 73.4 -
YUV 119.54 186.38 68.41 -
System Red Green Blue C M Y K H S L
Decimal 36 142 223 0.84 0.36 0 0.13 205.99 0.75 0.51
Hex 24 8E DF 54 24 0 D CE 4B 33
Octal 44 216 337 124 44 0 15 316 113 63
Binary 100100 10001110 11011111 1010100 100100 0 1101 11001110 1001011 110011

Color Harmonies of #248EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248EDF

Black with #248EDF

Text Example


Text Example

White with #248EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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