Html Css Color HEX #048FEE Dodger Blue

📋 copy color: '#048FEE'

red 4 ◦ green 143 ◦ blue 238

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

Shades of Dodger Blue #048FEE

Tints of Dodger Blue #048FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 61.82%

R = 1.04%
G = 37.14%
B = 61.82%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#048FEE (or 0x048FEE) is known color: Dodger Blue. HEX triplet: 04, 8F and EE. RGB value is (4,143,238). Sum of RGB (Red+Green+Blue) = 4+143+238=385 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 238 (93.36% from 255 or 61.82% from 385); Max value from RGB is 238 - color contains mainly: blue. Hex color #048FEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #048FEE is #FB7011. Grayscale: #6F6F6F. Windows color (decimal): -16478226 or 15634180. OLE color: 15634180.

HSL color Cylindrical-coordinate representation of color #048FEE: hue angle of 204.36º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048FEE is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 143 238 -
CMYK 0.98 0.40 0 0.07
HSL 204.36º 0.97% 0.47% -
HSV(B) 204.36º 0.98% 0.93% -
XYZ 25.31 25.84 84.54 -
YUV 112.27 198.95 50.78 -
System Red Green Blue C M Y K H S L
Decimal 4 143 238 0.98 0.40 0 0.07 204.36 0.97 0.47
Hex 4 8F EE 62 28 0 7 CC 61 2F
Octal 4 217 356 142 50 0 7 314 141 57
Binary 100 10001111 11101110 1100010 101000 0 111 11001100 1100001 101111

Color Harmonies of #048FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048FEE

Black with #048FEE

Text Example


Text Example

White with #048FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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