Html Css Color HEX #248EE3 Dodger Blue

📋 copy color: '#248EE3'

red 36 ◦ green 142 ◦ blue 227

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

Shades of Dodger Blue #248EE3

Tints of Dodger Blue #248EE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 56.05%

R = 8.89%
G = 35.06%
B = 56.05%

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

#248EE3 (or 0x248EE3) is known color: Dodger Blue. HEX triplet: 24, 8E and E3. RGB value is (36,142,227). Sum of RGB (Red+Green+Blue) = 36+142+227=405 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.89% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 227 (89.06% from 255 or 56.05% from 405); Max value from RGB is 227 - color contains mainly: blue. Hex color #248EE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248EE3 is #DB711C. Grayscale: #777777. Windows color (decimal): -14381341 or 14913060. OLE color: 14913060.

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

Color convert

RGB 36 142 227 -
CMYK 0.84 0.37 0 0.11
HSL 206.7º 0.77% 0.52% -
HSV(B) 206.7º 0.84% 0.89% -
XYZ 24.27 25.27 76.27 -
YUV 120 188.38 68.09 -
System Red Green Blue C M Y K H S L
Decimal 36 142 227 0.84 0.37 0 0.11 206.7 0.77 0.52
Hex 24 8E E3 54 25 0 B CF 4D 34
Octal 44 216 343 124 45 0 13 317 115 64
Binary 100100 10001110 11100011 1010100 100101 0 1011 11001111 1001101 110100

Color Harmonies of #248EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248EE3

Black with #248EE3

Text Example


Text Example

White with #248EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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