Html Css Color HEX #248EE2 Dodger Blue

📋 copy color: '#248EE2'

red 36 ◦ green 142 ◦ blue 226

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

Shades of Dodger Blue #248EE2

Tints of Dodger Blue #248EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 55.94%

R = 8.91%
G = 35.15%
B = 55.94%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#248EE2 (or 0x248EE2) is known color: Dodger Blue. HEX triplet: 24, 8E and E2. RGB value is (36,142,226). Sum of RGB (Red+Green+Blue) = 36+142+226=404 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.91% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 226 (88.67% from 255 or 55.94% from 404); Max value from RGB is 226 - color contains mainly: blue. Hex color #248EE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248EE2 is #DB711D. Grayscale: #777777. Windows color (decimal): -14381342 or 14847524. OLE color: 14847524.

HSL color Cylindrical-coordinate representation of color #248EE2: hue angle of 206.53º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #248EE2 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 36 142 226 -
CMYK 0.84 0.37 0 0.11
HSL 206.53º 0.77% 0.51% -
HSV(B) 206.53º 0.84% 0.89% -
XYZ 24.13 25.21 75.55 -
YUV 119.88 187.88 68.17 -
System Red Green Blue C M Y K H S L
Decimal 36 142 226 0.84 0.37 0 0.11 206.53 0.77 0.51
Hex 24 8E E2 54 25 0 B CF 4D 33
Octal 44 216 342 124 45 0 13 317 115 63
Binary 100100 10001110 11100010 1010100 100101 0 1011 11001111 1001101 110011

Color Harmonies of #248EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248EE2

Black with #248EE2

Text Example


Text Example

White with #248EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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