Html Css Color HEX #048CFE Dodger Blue

📋 copy color: '#048CFE'

red 4 ◦ green 140 ◦ blue 254

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

Shades of Dodger Blue #048CFE

Tints of Dodger Blue #048CFE

RGB

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

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

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

R = 1.01%
G = 35.18%
B = 63.82%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#048CFE (or 0x048CFE) is known color: Dodger Blue. HEX triplet: 04, 8C and FE. RGB value is (4,140,254). Sum of RGB (Red+Green+Blue) = 4+140+254=398 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #048CFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #048CFE is #FB7301. Grayscale: #6F6F6F. Windows color (decimal): -16478978 or 16681988. OLE color: 16681988.

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

Color convert

RGB 4 140 254 -
CMYK 0.98 0.45 0 0.00
HSL 207.36º 0.99% 0.51% -
HSV(B) 207.36º 0.98% 1% -
XYZ 27.32 25.94 97.33 -
YUV 112.33 207.94 50.73 -
System Red Green Blue C M Y K H S L
Decimal 4 140 254 0.98 0.45 0 0.00 207.36 0.99 0.51
Hex 4 8C FE 62 2D 0 0 CF 63 33
Octal 4 214 376 142 55 0 0 317 143 63
Binary 100 10001100 11111110 1100010 101101 0 0 11001111 1100011 110011

Color Harmonies of #048CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048CFE

Black with #048CFE

Text Example


Text Example

White with #048CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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