Html Css Color HEX #048CEA Dodger Blue

📋 copy color: '#048CEA'

red 4 ◦ green 140 ◦ blue 234

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

Shades of Dodger Blue #048CEA

Tints of Dodger Blue #048CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 61.9%

R = 1.06%
G = 37.04%
B = 61.9%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#048CEA (or 0x048CEA) is known color: Dodger Blue. HEX triplet: 04, 8C and EA. RGB value is (4,140,234). Sum of RGB (Red+Green+Blue) = 4+140+234=378 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 234 (91.80% from 255 or 61.90% from 378); Max value from RGB is 234 - color contains mainly: blue. Hex color #048CEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #048CEA is #FB7315. Grayscale: #6D6D6D. Windows color (decimal): -16478998 or 15371268. OLE color: 15371268.

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

Color convert

RGB 4 140 234 -
CMYK 0.98 0.40 0 0.08
HSL 204.52º 0.97% 0.47% -
HSV(B) 204.52º 0.98% 0.92% -
XYZ 24.28 24.72 81.33 -
YUV 110.05 197.94 52.36 -
System Red Green Blue C M Y K H S L
Decimal 4 140 234 0.98 0.40 0 0.08 204.52 0.97 0.47
Hex 4 8C EA 62 28 0 8 CD 61 2F
Octal 4 214 352 142 50 0 10 315 141 57
Binary 100 10001100 11101010 1100010 101000 0 1000 11001101 1100001 101111

Color Harmonies of #048CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048CEA

Black with #048CEA

Text Example


Text Example

White with #048CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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