Html Css Color HEX #048CFC Dodger Blue

📋 copy color: '#048CFC'

red 4 ◦ green 140 ◦ blue 252

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

Shades of Dodger Blue #048CFC

Tints of Dodger Blue #048CFC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.35%

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

R = 1.01%
G = 35.35%
B = 63.64%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#048CFC (or 0x048CFC) is known color: Dodger Blue. HEX triplet: 04, 8C and FC. RGB value is (4,140,252). Sum of RGB (Red+Green+Blue) = 4+140+252=396 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #048CFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #048CFC is #FB7303. Grayscale: #6F6F6F. Windows color (decimal): -16478980 or 16550916. OLE color: 16550916.

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

Color convert

RGB 4 140 252 -
CMYK 0.98 0.44 0 0.01
HSL 207.1º 0.98% 0.5% -
HSV(B) 207.1º 0.98% 0.99% -
XYZ 27 25.81 95.65 -
YUV 112.1 206.94 50.89 -
System Red Green Blue C M Y K H S L
Decimal 4 140 252 0.98 0.44 0 0.01 207.1 0.98 0.5
Hex 4 8C FC 62 2C 0 1 CF 62 32
Octal 4 214 374 142 54 0 1 317 142 62
Binary 100 10001100 11111100 1100010 101100 0 1 11001111 1100010 110010

Color Harmonies of #048CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048CFC

Black with #048CFC

Text Example


Text Example

White with #048CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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