Html Css Color HEX #048BFF Dodger Blue

📋 copy color: '#048BFF'

red 4 ◦ green 139 ◦ blue 255

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

Shades of Dodger Blue #048BFF

Tints of Dodger Blue #048BFF

RGB

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

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

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

R = 1.01%
G = 34.92%
B = 64.07%

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

#048BFF (or 0x048BFF) is known color: Dodger Blue. HEX triplet: 04, 8B and FF. RGB value is (4,139,255). Sum of RGB (Red+Green+Blue) = 4+139+255=398 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #048BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #048BFF is #FB7400. Grayscale: #6F6F6F. Windows color (decimal): -16479233 or 16747268. OLE color: 16747268.

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

Color convert

RGB 4 139 255 -
CMYK 0.98 0.45 0 0
HSL 207.73º 1% 0.51% -
HSV(B) 207.73º 0.98% 1% -
XYZ 27.33 25.71 98.13 -
YUV 111.86 208.77 51.07 -
System Red Green Blue C M Y K H S L
Decimal 4 139 255 0.98 0.45 0 0 207.73 1 0.51
Hex 4 8B FF 62 2D 0 0 D0 64 33
Octal 4 213 377 142 55 0 0 320 144 63
Binary 100 10001011 11111111 1100010 101101 0 0 11010000 1100100 110011

Color Harmonies of #048BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048BFF

Black with #048BFF

Text Example


Text Example

White with #048BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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