Html Css Color HEX #048DEC Dodger Blue

📋 copy color: '#048DEC'

red 4 ◦ green 141 ◦ blue 236

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

Shades of Dodger Blue #048DEC

Tints of Dodger Blue #048DEC

RGB

 RED value IS 4 (1.95% from 255) = 1.05%

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

 BLUE value IS 236 (92.58% from 255) = 61.94%

R = 1.05%
G = 37.01%
B = 61.94%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#048DEC (or 0x048DEC) is known color: Dodger Blue. HEX triplet: 04, 8D and EC. RGB value is (4,141,236). Sum of RGB (Red+Green+Blue) = 4+141+236=381 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #048DEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #048DEC is #FB7213. Grayscale: #6E6E6E. Windows color (decimal): -16478740 or 15502596. OLE color: 15502596.

HSL color Cylindrical-coordinate representation of color #048DEC: hue angle of 204.57º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048DEC is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 141 236 -
CMYK 0.98 0.40 0 0.07
HSL 204.57º 0.97% 0.47% -
HSV(B) 204.57º 0.98% 0.93% -
XYZ 24.72 25.13 82.91 -
YUV 110.87 198.61 51.78 -
System Red Green Blue C M Y K H S L
Decimal 4 141 236 0.98 0.40 0 0.07 204.57 0.97 0.47
Hex 4 8D EC 62 28 0 7 CD 61 2F
Octal 4 215 354 142 50 0 7 315 141 57
Binary 100 10001101 11101100 1100010 101000 0 111 11001101 1100001 101111

Color Harmonies of #048DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048DEC

Black with #048DEC

Text Example


Text Example

White with #048DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048DEC; }

 p { color: rgb(4,141,236); }

 H1.HeaderClassName
 {
   color: #048DEC;
 }
 .AnyTagClassName
 {
   color: #048DEC;
 }
</style>

background-color css

<style>
 a { background-color: #048DEC; }

 a { background-color: rgb(4,141,236); }

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

border-color css

<style>
 span { border-color: #048DEC; }

 span { border-color: rgb(4,141,236); }

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