Html Css Color HEX #0280FF Dodger Blue

📋 copy color: '#0280FF'

red 2 ◦ green 128 ◦ blue 255

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

Shades of Dodger Blue #0280FF

Tints of Dodger Blue #0280FF

RGB

 RED value IS 2 (1.17% from 255) = 0.52%

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

 BLUE value IS 255 (100% from 255) = 66.23%

R = 0.52%
G = 33.25%
B = 66.23%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0280FF (or 0x0280FF) is known color: Dodger Blue. HEX triplet: 02, 80 and FF. RGB value is (2,128,255). Sum of RGB (Red+Green+Blue) = 2+128+255=385 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #0280FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0280FF is #FD7F00. Grayscale: #686868. Windows color (decimal): -16613121 or 16744450. OLE color: 16744450.

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

Color convert

RGB 2 128 255 -
CMYK 0.99 0.50 0 0
HSL 210.12º 1% 0.5% -
HSV(B) 210.12º 0.99% 1% -
XYZ 25.79 22.67 97.62 -
YUV 104.8 212.76 54.67 -
System Red Green Blue C M Y K H S L
Decimal 2 128 255 0.99 0.50 0 0 210.12 1 0.5
Hex 2 80 FF 63 32 0 0 D2 64 32
Octal 2 200 377 143 62 0 0 322 144 62
Binary 10 10000000 11111111 1100011 110010 0 0 11010010 1100100 110010

Color Harmonies of #0280FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0280FF

Black with #0280FF

Text Example


Text Example

White with #0280FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0280FF; }

 p { color: rgb(2,128,255); }

 H1.HeaderClassName
 {
   color: #0280FF;
 }
 .AnyTagClassName
 {
   color: #0280FF;
 }
</style>

background-color css

<style>
 a { background-color: #0280FF; }

 a { background-color: rgb(2,128,255); }

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

border-color css

<style>
 span { border-color: #0280FF; }

 span { border-color: rgb(2,128,255); }

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