Html Css Color HEX #048DFF Dodger Blue

📋 copy color: '#048DFF'

red 4 ◦ green 141 ◦ blue 255

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

Shades of Dodger Blue #048DFF

Tints of Dodger Blue #048DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 63.75%

R = 1%
G = 35.25%
B = 63.75%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#048DFF (or 0x048DFF) is known color: Dodger Blue. HEX triplet: 04, 8D and FF. RGB value is (4,141,255). Sum of RGB (Red+Green+Blue) = 4+141+255=400 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #048DFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #048DFF is #FB7200. Grayscale: #707070. Windows color (decimal): -16478721 or 16747780. OLE color: 16747780.

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

Color convert

RGB 4 141 255 -
CMYK 0.98 0.45 0 0
HSL 207.25º 1% 0.51% -
HSV(B) 207.25º 0.98% 1% -
XYZ 27.62 26.3 98.23 -
YUV 113.03 208.11 50.23 -
System Red Green Blue C M Y K H S L
Decimal 4 141 255 0.98 0.45 0 0 207.25 1 0.51
Hex 4 8D FF 62 2D 0 0 CF 64 33
Octal 4 215 377 142 55 0 0 317 144 63
Binary 100 10001101 11111111 1100010 101101 0 0 11001111 1100100 110011

Color Harmonies of #048DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048DFF

Black with #048DFF

Text Example


Text Example

White with #048DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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