Html Css Color HEX #0280FA Dodger Blue

📋 copy color: '#0280FA'

red 2 ◦ green 128 ◦ blue 250

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

Shades of Dodger Blue #0280FA

Tints of Dodger Blue #0280FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 65.79%

R = 0.53%
G = 33.68%
B = 65.79%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0280FA (or 0x0280FA) is known color: Dodger Blue. HEX triplet: 02, 80 and FA. RGB value is (2,128,250). Sum of RGB (Red+Green+Blue) = 2+128+250=380 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #0280FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0280FA is #FD7F05. Grayscale: #676767. Windows color (decimal): -16613126 or 16416770. OLE color: 16416770.

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

Color convert

RGB 2 128 250 -
CMYK 0.99 0.49 0 0.02
HSL 209.52º 0.98% 0.49% -
HSV(B) 209.52º 0.99% 0.98% -
XYZ 25 22.35 93.44 -
YUV 104.23 210.26 55.08 -
System Red Green Blue C M Y K H S L
Decimal 2 128 250 0.99 0.49 0 0.02 209.52 0.98 0.49
Hex 2 80 FA 63 31 0 2 D2 62 31
Octal 2 200 372 143 61 0 2 322 142 61
Binary 10 10000000 11111010 1100011 110001 0 10 11010010 1100010 110001

Color Harmonies of #0280FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0280FA

Black with #0280FA

Text Example


Text Example

White with #0280FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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