Html Css Color HEX #0484EA Dodger Blue

📋 copy color: '#0484EA'

red 4 ◦ green 132 ◦ blue 234

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

Shades of Dodger Blue #0484EA

Tints of Dodger Blue #0484EA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.68%

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

R = 1.08%
G = 35.68%
B = 63.24%

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

#0484EA (or 0x0484EA) is known color: Dodger Blue. HEX triplet: 04, 84 and EA. RGB value is (4,132,234). Sum of RGB (Red+Green+Blue) = 4+132+234=370 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 234 (91.80% from 255 or 63.24% from 370); Max value from RGB is 234 - color contains mainly: blue. Hex color #0484EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0484EA is #FB7B15. Grayscale: #686868. Windows color (decimal): -16481046 or 15369220. OLE color: 15369220.

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

Color convert

RGB 4 132 234 -
CMYK 0.98 0.44 0 0.08
HSL 206.61º 0.97% 0.47% -
HSV(B) 206.61º 0.98% 0.92% -
XYZ 23.15 22.47 80.96 -
YUV 105.36 200.59 55.71 -
System Red Green Blue C M Y K H S L
Decimal 4 132 234 0.98 0.44 0 0.08 206.61 0.97 0.47
Hex 4 84 EA 62 2C 0 8 CF 61 2F
Octal 4 204 352 142 54 0 10 317 141 57
Binary 100 10000100 11101010 1100010 101100 0 1000 11001111 1100001 101111

Color Harmonies of #0484EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0484EA

Black with #0484EA

Text Example


Text Example

White with #0484EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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