Html Css Color HEX #0482EA Dodger Blue

📋 copy color: '#0482EA'

red 4 ◦ green 130 ◦ blue 234

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

Shades of Dodger Blue #0482EA

Tints of Dodger Blue #0482EA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.33%

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

R = 1.09%
G = 35.33%
B = 63.59%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0482EA (or 0x0482EA) is known color: Dodger Blue. HEX triplet: 04, 82 and EA. RGB value is (4,130,234). Sum of RGB (Red+Green+Blue) = 4+130+234=368 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 234 (91.80% from 255 or 63.59% from 368); Max value from RGB is 234 - color contains mainly: blue. Hex color #0482EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0482EA is #FB7D15. Grayscale: #676767. Windows color (decimal): -16481558 or 15368708. OLE color: 15368708.

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

Color convert

RGB 4 130 234 -
CMYK 0.98 0.44 0 0.08
HSL 207.13º 0.97% 0.47% -
HSV(B) 207.13º 0.98% 0.92% -
XYZ 22.88 21.93 80.87 -
YUV 104.18 201.26 56.54 -
System Red Green Blue C M Y K H S L
Decimal 4 130 234 0.98 0.44 0 0.08 207.13 0.97 0.47
Hex 4 82 EA 62 2C 0 8 CF 61 2F
Octal 4 202 352 142 54 0 10 317 141 57
Binary 100 10000010 11101010 1100010 101100 0 1000 11001111 1100001 101111

Color Harmonies of #0482EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0482EA

Black with #0482EA

Text Example


Text Example

White with #0482EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0482EA; }

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

 H1.HeaderClassName
 {
   color: #0482EA;
 }
 .AnyTagClassName
 {
   color: #0482EA;
 }
</style>

background-color css

<style>
 a { background-color: #0482EA; }

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

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

border-color css

<style>
 span { border-color: #0482EA; }

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

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