Html Css Color HEX #048BEC Dodger Blue

📋 copy color: '#048BEC'

red 4 ◦ green 139 ◦ blue 236

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

Shades of Dodger Blue #048BEC

Tints of Dodger Blue #048BEC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.68%

 BLUE value IS 236 (92.58% from 255) = 62.27%

R = 1.06%
G = 36.68%
B = 62.27%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#048BEC (or 0x048BEC) is known color: Dodger Blue. HEX triplet: 04, 8B and EC. RGB value is (4,139,236). Sum of RGB (Red+Green+Blue) = 4+139+236=379 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 236 (92.58% from 255 or 62.27% from 379); Max value from RGB is 236 - color contains mainly: blue. Hex color #048BEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #048BEC is #FB7413. Grayscale: #6D6D6D. Windows color (decimal): -16479252 or 15502084. OLE color: 15502084.

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

Color convert

RGB 4 139 236 -
CMYK 0.98 0.41 0 0.07
HSL 205.09º 0.97% 0.47% -
HSV(B) 205.09º 0.98% 0.93% -
XYZ 24.42 24.55 82.81 -
YUV 109.69 199.27 52.61 -
System Red Green Blue C M Y K H S L
Decimal 4 139 236 0.98 0.41 0 0.07 205.09 0.97 0.47
Hex 4 8B EC 62 29 0 7 CD 61 2F
Octal 4 213 354 142 51 0 7 315 141 57
Binary 100 10001011 11101100 1100010 101001 0 111 11001101 1100001 101111

Color Harmonies of #048BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048BEC

Black with #048BEC

Text Example


Text Example

White with #048BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,139,236); }

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

background-color css

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

 a { background-color: rgb(4,139,236); }

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

border-color css

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

 span { border-color: rgb(4,139,236); }

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