Html Css Color HEX #048FE7 Dodger Blue

📋 copy color: '#048FE7'

red 4 ◦ green 143 ◦ blue 231

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

Shades of Dodger Blue #048FE7

Tints of Dodger Blue #048FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 61.11%

R = 1.06%
G = 37.83%
B = 61.11%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#048FE7 (or 0x048FE7) is known color: Dodger Blue. HEX triplet: 04, 8F and E7. RGB value is (4,143,231). Sum of RGB (Red+Green+Blue) = 4+143+231=378 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 231 (90.62% from 255 or 61.11% from 378); Max value from RGB is 231 - color contains mainly: blue. Hex color #048FE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #048FE7 is #FB7018. Grayscale: #6E6E6E. Windows color (decimal): -16478233 or 15175428. OLE color: 15175428.

HSL color Cylindrical-coordinate representation of color #048FE7: hue angle of 203.26º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048FE7 is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 4 143 231 -
CMYK 0.98 0.38 0 0.09
HSL 203.26º 0.97% 0.46% -
HSV(B) 203.26º 0.98% 0.91% -
XYZ 24.3 25.44 79.23 -
YUV 111.47 195.45 51.34 -
System Red Green Blue C M Y K H S L
Decimal 4 143 231 0.98 0.38 0 0.09 203.26 0.97 0.46
Hex 4 8F E7 62 26 0 9 CB 61 2E
Octal 4 217 347 142 46 0 11 313 141 56
Binary 100 10001111 11100111 1100010 100110 0 1001 11001011 1100001 101110

Color Harmonies of #048FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048FE7

Black with #048FE7

Text Example


Text Example

White with #048FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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