Html Css Color HEX #0480FE Dodger Blue

📋 copy color: '#0480FE'

red 4 ◦ green 128 ◦ blue 254

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

Shades of Dodger Blue #0480FE

Tints of Dodger Blue #0480FE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.16%

 BLUE value IS 254 (99.61% from 255) = 65.8%

R = 1.04%
G = 33.16%
B = 65.8%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0480FE (or 0x0480FE) is known color: Dodger Blue. HEX triplet: 04, 80 and FE. RGB value is (4,128,254). Sum of RGB (Red+Green+Blue) = 4+128+254=386 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #0480FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0480FE is #FB7F01. Grayscale: #686868. Windows color (decimal): -16482050 or 16678916. OLE color: 16678916.

HSL color Cylindrical-coordinate representation of color #0480FE: hue angle of 210.24º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0480FE is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 4 128 254 -
CMYK 0.98 0.50 0 0.00
HSL 210.24º 0.99% 0.51% -
HSV(B) 210.24º 0.98% 1% -
XYZ 25.66 22.62 96.78 -
YUV 105.29 211.92 55.75 -
System Red Green Blue C M Y K H S L
Decimal 4 128 254 0.98 0.50 0 0.00 210.24 0.99 0.51
Hex 4 80 FE 62 32 0 0 D2 63 33
Octal 4 200 376 142 62 0 0 322 143 63
Binary 100 10000000 11111110 1100010 110010 0 0 11010010 1100011 110011

Color Harmonies of #0480FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0480FE

Black with #0480FE

Text Example


Text Example

White with #0480FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0480FE; }

 p { color: rgb(4,128,254); }

 H1.HeaderClassName
 {
   color: #0480FE;
 }
 .AnyTagClassName
 {
   color: #0480FE;
 }
</style>

background-color css

<style>
 a { background-color: #0480FE; }

 a { background-color: rgb(4,128,254); }

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

border-color css

<style>
 span { border-color: #0480FE; }

 span { border-color: rgb(4,128,254); }

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