Html Css Color HEX #0280E9 Dodger Blue

📋 copy color: '#0280E9'

red 2 ◦ green 128 ◦ blue 233

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

Shades of Dodger Blue #0280E9

Tints of Dodger Blue #0280E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 64.19%

R = 0.55%
G = 35.26%
B = 64.19%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0280E9 (or 0x0280E9) is known color: Dodger Blue. HEX triplet: 02, 80 and E9. RGB value is (2,128,233). Sum of RGB (Red+Green+Blue) = 2+128+233=363 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 233 (91.41% from 255 or 64.19% from 363); Max value from RGB is 233 - color contains mainly: blue. Hex color #0280E9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0280E9 is #FD7F16. Grayscale: #656565. Windows color (decimal): -16613143 or 15302658. OLE color: 15302658.

HSL color Cylindrical-coordinate representation of color #0280E9: hue angle of 207.27º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0280E9 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 2 128 233 -
CMYK 0.99 0.45 0 0.09
HSL 207.27º 0.98% 0.46% -
HSV(B) 207.27º 0.99% 0.91% -
XYZ 22.45 21.33 80.03 -
YUV 102.3 201.76 56.46 -
System Red Green Blue C M Y K H S L
Decimal 2 128 233 0.99 0.45 0 0.09 207.27 0.98 0.46
Hex 2 80 E9 63 2D 0 9 CF 62 2E
Octal 2 200 351 143 55 0 11 317 142 56
Binary 10 10000000 11101001 1100011 101101 0 1001 11001111 1100010 101110

Color Harmonies of #0280E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0280E9

Black with #0280E9

Text Example


Text Example

White with #0280E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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