Html Css Color HEX #048FFC Dodger Blue

📋 copy color: '#048FFC'

red 4 ◦ green 143 ◦ blue 252

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

Shades of Dodger Blue #048FFC

Tints of Dodger Blue #048FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.16%

R = 1%
G = 35.84%
B = 63.16%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#048FFC (or 0x048FFC) is known color: Dodger Blue. HEX triplet: 04, 8F and FC. RGB value is (4,143,252). Sum of RGB (Red+Green+Blue) = 4+143+252=399 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #048FFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #048FFC is #FB7003. Grayscale: #717171. Windows color (decimal): -16478212 or 16551684. OLE color: 16551684.

HSL color Cylindrical-coordinate representation of color #048FFC: hue angle of 206.37º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048FFC is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 4 143 252 -
CMYK 0.98 0.43 0 0.01
HSL 206.37º 0.98% 0.5% -
HSV(B) 206.37º 0.98% 0.99% -
XYZ 27.44 26.7 95.8 -
YUV 113.87 205.95 49.64 -
System Red Green Blue C M Y K H S L
Decimal 4 143 252 0.98 0.43 0 0.01 206.37 0.98 0.5
Hex 4 8F FC 62 2B 0 1 CE 62 32
Octal 4 217 374 142 53 0 1 316 142 62
Binary 100 10001111 11111100 1100010 101011 0 1 11001110 1100010 110010

Color Harmonies of #048FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048FFC

Black with #048FFC

Text Example


Text Example

White with #048FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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