Html Css Color HEX #0180FD Dodger Blue

📋 copy color: '#0180FD'

red 1 ◦ green 128 ◦ blue 253

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

Shades of Dodger Blue #0180FD

Tints of Dodger Blue #0180FD

RGB

 RED value IS 1 (0.78% from 255) = 0.26%

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

 BLUE value IS 253 (99.22% from 255) = 66.23%

R = 0.26%
G = 33.51%
B = 66.23%

CMYK

 C value IS 1.00

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0180FD (or 0x0180FD) is known color: Dodger Blue. HEX triplet: 01, 80 and FD. RGB value is (1,128,253). Sum of RGB (Red+Green+Blue) = 1+128+253=382 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 253 (99.22% from 255 or 66.23% from 382); Max value from RGB is 253 - color contains mainly: blue. Hex color #0180FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0180FD is #FE7F02. Grayscale: #676767. Windows color (decimal): -16678659 or 16613377. OLE color: 16613377.

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

Color convert

RGB 1 128 253 -
CMYK 1.00 0.49 0 0.01
HSL 209.76º 0.99% 0.5% -
HSV(B) 209.76º 1% 0.99% -
XYZ 25.46 22.54 95.94 -
YUV 104.28 211.92 54.34 -
System Red Green Blue C M Y K H S L
Decimal 1 128 253 1.00 0.49 0 0.01 209.76 0.99 0.5
Hex 1 80 FD 64 31 0 1 D2 63 32
Octal 1 200 375 144 61 0 1 322 143 62
Binary 1 10000000 11111101 1100100 110001 0 1 11010010 1100011 110010

Color Harmonies of #0180FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0180FD

Black with #0180FD

Text Example


Text Example

White with #0180FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0180FD; }

 p { color: rgb(1,128,253); }

 H1.HeaderClassName
 {
   color: #0180FD;
 }
 .AnyTagClassName
 {
   color: #0180FD;
 }
</style>

background-color css

<style>
 a { background-color: #0180FD; }

 a { background-color: rgb(1,128,253); }

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

border-color css

<style>
 span { border-color: #0180FD; }

 span { border-color: rgb(1,128,253); }

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