Html Css Color HEX #048DFE Dodger Blue

📋 copy color: '#048DFE'

red 4 ◦ green 141 ◦ blue 254

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

Shades of Dodger Blue #048DFE

Tints of Dodger Blue #048DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 63.66%

R = 1%
G = 35.34%
B = 63.66%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#048DFE (or 0x048DFE) is known color: Dodger Blue. HEX triplet: 04, 8D and FE. RGB value is (4,141,254). Sum of RGB (Red+Green+Blue) = 4+141+254=399 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #048DFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #048DFE is #FB7201. Grayscale: #707070. Windows color (decimal): -16478722 or 16682244. OLE color: 16682244.

HSL color Cylindrical-coordinate representation of color #048DFE: hue angle of 207.12º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048DFE is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 4 141 254 -
CMYK 0.98 0.44 0 0.00
HSL 207.12º 0.99% 0.51% -
HSV(B) 207.12º 0.98% 1% -
XYZ 27.46 26.23 97.38 -
YUV 112.92 207.61 50.31 -
System Red Green Blue C M Y K H S L
Decimal 4 141 254 0.98 0.44 0 0.00 207.12 0.99 0.51
Hex 4 8D FE 62 2C 0 0 CF 63 33
Octal 4 215 376 142 54 0 0 317 143 63
Binary 100 10001101 11111110 1100010 101100 0 0 11001111 1100011 110011

Color Harmonies of #048DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048DFE

Black with #048DFE

Text Example


Text Example

White with #048DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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