Html Css Color HEX #048FFE Dodger Blue

📋 copy color: '#048FFE'

red 4 ◦ green 143 ◦ blue 254

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

Shades of Dodger Blue #048FFE

Tints of Dodger Blue #048FFE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.66%

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

R = 1%
G = 35.66%
B = 63.34%

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

#048FFE (or 0x048FFE) is known color: Dodger Blue. HEX triplet: 04, 8F and FE. RGB value is (4,143,254). Sum of RGB (Red+Green+Blue) = 4+143+254=401 (53% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #048FFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #048FFE is #FB7001. Grayscale: #717171. Windows color (decimal): -16478210 or 16682756. OLE color: 16682756.

HSL color Cylindrical-coordinate representation of color #048FFE: hue angle of 206.64º 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 #048FFE is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 4 143 254 -
CMYK 0.98 0.44 0 0.00
HSL 206.64º 0.99% 0.51% -
HSV(B) 206.64º 0.98% 1% -
XYZ 27.76 26.83 97.48 -
YUV 114.09 206.95 49.47 -
System Red Green Blue C M Y K H S L
Decimal 4 143 254 0.98 0.44 0 0.00 206.64 0.99 0.51
Hex 4 8F FE 62 2C 0 0 CF 63 33
Octal 4 217 376 142 54 0 0 317 143 63
Binary 100 10001111 11111110 1100010 101100 0 0 11001111 1100011 110011

Color Harmonies of #048FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048FFE

Black with #048FFE

Text Example


Text Example

White with #048FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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