Html Css Color HEX #248DEB Dodger Blue

📋 copy color: '#248DEB'

red 36 ◦ green 141 ◦ blue 235

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

Shades of Dodger Blue #248DEB

Tints of Dodger Blue #248DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 57.04%

R = 8.74%
G = 34.22%
B = 57.04%

CMYK

 C value IS 0.85

 M value IS 0.4

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#248DEB (or 0x248DEB) is known color: Dodger Blue. HEX triplet: 24, 8D and EB. RGB value is (36,141,235). Sum of RGB (Red+Green+Blue) = 36+141+235=412 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.74% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 235 (92.19% from 255 or 57.04% from 412); Max value from RGB is 235 - color contains mainly: blue. Hex color #248DEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248DEB is #DB7214. Grayscale: #777777. Windows color (decimal): -14381589 or 15437092. OLE color: 15437092.

HSL color Cylindrical-coordinate representation of color #248DEB: hue angle of 208.34º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #248DEB is Cyan = 0.85, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 36 141 235 -
CMYK 0.85 0.4 0 0.08
HSL 208.34º 0.83% 0.53% -
HSV(B) 208.34º 0.85% 0.92% -
XYZ 25.25 25.42 82.17 -
YUV 120.32 192.71 67.86 -
System Red Green Blue C M Y K H S L
Decimal 36 141 235 0.85 0.4 0 0.08 208.34 0.83 0.53
Hex 24 8D EB 55 28 0 8 D0 53 35
Octal 44 215 353 125 50 0 10 320 123 65
Binary 100100 10001101 11101011 1010101 101000 0 1000 11010000 1010011 110101

Color Harmonies of #248DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248DEB

Black with #248DEB

Text Example


Text Example

White with #248DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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