Html Css Color HEX #2095FD Dodger Blue

📋 copy color: '#2095FD'

red 32 ◦ green 149 ◦ blue 253

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

Shades of Dodger Blue #2095FD

Tints of Dodger Blue #2095FD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.33%

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

R = 7.37%
G = 34.33%
B = 58.29%

CMYK

 C value IS 0.87

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2095FD (or 0x2095FD) is known color: Dodger Blue. HEX triplet: 20, 95 and FD. RGB value is (32,149,253). Sum of RGB (Red+Green+Blue) = 32+149+253=434 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.37% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #2095FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2095FD is #DF6A02. Grayscale: #7D7D7D. Windows color (decimal): -14641667 or 16618784. OLE color: 16618784.

HSL color Cylindrical-coordinate representation of color #2095FD: hue angle of 208.24º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2095FD is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 32 149 253 -
CMYK 0.87 0.41 0 0.01
HSL 208.24º 0.98% 0.56% -
HSV(B) 208.24º 0.87% 0.99% -
XYZ 29.07 28.89 96.97 -
YUV 125.87 199.74 61.04 -
System Red Green Blue C M Y K H S L
Decimal 32 149 253 0.87 0.41 0 0.01 208.24 0.98 0.56
Hex 20 95 FD 57 29 0 1 D0 62 38
Octal 40 225 375 127 51 0 1 320 142 70
Binary 100000 10010101 11111101 1010111 101001 0 1 11010000 1100010 111000

Color Harmonies of #2095FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2095FD

Black with #2095FD

Text Example


Text Example

White with #2095FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,149,253); }

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

background-color css

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

 a { background-color: rgb(32,149,253); }

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

border-color css

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

 span { border-color: rgb(32,149,253); }

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