Html Css Color HEX #248CE4 Dodger Blue

📋 copy color: '#248CE4'

red 36 ◦ green 140 ◦ blue 228

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

Shades of Dodger Blue #248CE4

Tints of Dodger Blue #248CE4

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.65%

 BLUE value IS 228 (89.45% from 255) = 56.44%

R = 8.91%
G = 34.65%
B = 56.44%

CMYK

 C value IS 0.84

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#248CE4 (or 0x248CE4) is known color: Dodger Blue. HEX triplet: 24, 8C and E4. RGB value is (36,140,228). Sum of RGB (Red+Green+Blue) = 36+140+228=404 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.91% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 228 (89.45% from 255 or 56.44% from 404); Max value from RGB is 228 - color contains mainly: blue. Hex color #248CE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248CE4 is #DB731B. Grayscale: #767676. Windows color (decimal): -14381852 or 14978084. OLE color: 14978084.

HSL color Cylindrical-coordinate representation of color #248CE4: hue angle of 207.5º degrees, saturation: 0.78, 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 #248CE4 is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 36 140 228 -
CMYK 0.84 0.39 0 0.11
HSL 207.5º 0.78% 0.52% -
HSV(B) 207.5º 0.84% 0.89% -
XYZ 24.11 24.73 76.9 -
YUV 118.94 189.54 68.84 -
System Red Green Blue C M Y K H S L
Decimal 36 140 228 0.84 0.39 0 0.11 207.5 0.78 0.52
Hex 24 8C E4 54 27 0 B D0 4E 34
Octal 44 214 344 124 47 0 13 320 116 64
Binary 100100 10001100 11100100 1010100 100111 0 1011 11010000 1001110 110100

Color Harmonies of #248CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248CE4

Black with #248CE4

Text Example


Text Example

White with #248CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,140,228); }

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

background-color css

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

 a { background-color: rgb(36,140,228); }

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

border-color css

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

 span { border-color: rgb(36,140,228); }

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