Html Css Color HEX #048BFE Dodger Blue

📋 copy color: '#048BFE'

red 4 ◦ green 139 ◦ blue 254

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

Shades of Dodger Blue #048BFE

Tints of Dodger Blue #048BFE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.01%

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

R = 1.01%
G = 35.01%
B = 63.98%

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

#048BFE (or 0x048BFE) is known color: Dodger Blue. HEX triplet: 04, 8B and FE. RGB value is (4,139,254). Sum of RGB (Red+Green+Blue) = 4+139+254=397 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #048BFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #048BFE is #FB7401. Grayscale: #6F6F6F. Windows color (decimal): -16479234 or 16681732. OLE color: 16681732.

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

Color convert

RGB 4 139 254 -
CMYK 0.98 0.45 0 0.00
HSL 207.6º 0.99% 0.51% -
HSV(B) 207.6º 0.98% 1% -
XYZ 27.17 25.65 97.28 -
YUV 111.75 208.27 51.15 -
System Red Green Blue C M Y K H S L
Decimal 4 139 254 0.98 0.45 0 0.00 207.6 0.99 0.51
Hex 4 8B FE 62 2D 0 0 D0 63 33
Octal 4 213 376 142 55 0 0 320 143 63
Binary 100 10001011 11111110 1100010 101101 0 0 11010000 1100011 110011

Color Harmonies of #048BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048BFE

Black with #048BFE

Text Example


Text Example

White with #048BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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