Html Css Color HEX #2075FF Dodger Blue

📋 copy color: '#2075FF'

red 32 ◦ green 117 ◦ blue 255

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

Shades of Dodger Blue #2075FF

Tints of Dodger Blue #2075FF

RGB

 RED value IS 32 (12.89% from 255) = 7.92%

 GREEN value IS 117 (46.09% from 255) = 28.96%

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

R = 7.92%
G = 28.96%
B = 63.12%

CMYK

 C value IS 0.87

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2075FF (or 0x2075FF) is known color: Dodger Blue. HEX triplet: 20, 75 and FF. RGB value is (32,117,255). Sum of RGB (Red+Green+Blue) = 32+117+255=404 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.92% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #2075FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2075FF is #DF8A00. Grayscale: #6A6A6A. Windows color (decimal): -14649857 or 16741664. OLE color: 16741664.

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

Color convert

RGB 32 117 255 -
CMYK 0.87 0.54 0 0
HSL 217.13º 1% 0.56% -
HSV(B) 217.13º 0.87% 1% -
XYZ 25.01 20.25 97.2 -
YUV 107.32 211.34 74.28 -
System Red Green Blue C M Y K H S L
Decimal 32 117 255 0.87 0.54 0 0 217.13 1 0.56
Hex 20 75 FF 57 36 0 0 D9 64 38
Octal 40 165 377 127 66 0 0 331 144 70
Binary 100000 1110101 11111111 1010111 110110 0 0 11011001 1100100 111000

Color Harmonies of #2075FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2075FF

Black with #2075FF

Text Example


Text Example

White with #2075FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,117,255); }

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

background-color css

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

 a { background-color: rgb(32,117,255); }

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

border-color css

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

 span { border-color: rgb(32,117,255); }

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