Html Css Color HEX #048BF2 Dodger Blue

📋 copy color: '#048BF2'

red 4 ◦ green 139 ◦ blue 242

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

Shades of Dodger Blue #048BF2

Tints of Dodger Blue #048BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 62.86%

R = 1.04%
G = 36.1%
B = 62.86%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#048BF2 (or 0x048BF2) is known color: Dodger Blue. HEX triplet: 04, 8B and F2. RGB value is (4,139,242). Sum of RGB (Red+Green+Blue) = 4+139+242=385 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 242 (94.92% from 255 or 62.86% from 385); Max value from RGB is 242 - color contains mainly: blue. Hex color #048BF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #048BF2 is #FB740D. Grayscale: #6D6D6D. Windows color (decimal): -16479246 or 15895300. OLE color: 15895300.

HSL color Cylindrical-coordinate representation of color #048BF2: hue angle of 205.97º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048BF2 is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 4 139 242 -
CMYK 0.98 0.43 0 0.05
HSL 205.97º 0.97% 0.48% -
HSV(B) 205.97º 0.98% 0.95% -
XYZ 25.31 24.9 87.48 -
YUV 110.38 202.27 52.12 -
System Red Green Blue C M Y K H S L
Decimal 4 139 242 0.98 0.43 0 0.05 205.97 0.97 0.48
Hex 4 8B F2 62 2B 0 5 CE 61 30
Octal 4 213 362 142 53 0 5 316 141 60
Binary 100 10001011 11110010 1100010 101011 0 101 11001110 1100001 110000

Color Harmonies of #048BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048BF2

Black with #048BF2

Text Example


Text Example

White with #048BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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