Html Css Color HEX #2595FA Dodger Blue

📋 copy color: '#2595FA'

red 37 ◦ green 149 ◦ blue 250

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

Shades of Dodger Blue #2595FA

Tints of Dodger Blue #2595FA

RGB

 RED value IS 37 (14.84% from 255) = 8.49%

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

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

R = 8.49%
G = 34.17%
B = 57.34%

CMYK

 C value IS 0.85

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2595FA (or 0x2595FA) is known color: Dodger Blue. HEX triplet: 25, 95 and FA. RGB value is (37,149,250). Sum of RGB (Red+Green+Blue) = 37+149+250=436 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.49% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #2595FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2595FA is #DA6A05. Grayscale: #7E7E7E. Windows color (decimal): -14313990 or 16422181. OLE color: 16422181.

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

Color convert

RGB 37 149 250 -
CMYK 0.85 0.40 0 0.02
HSL 208.45º 0.96% 0.56% -
HSV(B) 208.45º 0.85% 0.98% -
XYZ 28.77 28.79 94.48 -
YUV 127.03 197.39 63.79 -
System Red Green Blue C M Y K H S L
Decimal 37 149 250 0.85 0.40 0 0.02 208.45 0.96 0.56
Hex 25 95 FA 55 28 0 2 D0 60 38
Octal 45 225 372 125 50 0 2 320 140 70
Binary 100101 10010101 11111010 1010101 101000 0 10 11010000 1100000 111000

Color Harmonies of #2595FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2595FA

Black with #2595FA

Text Example


Text Example

White with #2595FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,149,250); }

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

background-color css

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

 a { background-color: rgb(37,149,250); }

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

border-color css

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

 span { border-color: rgb(37,149,250); }

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