Html Css Color HEX #2595FE Dodger Blue

📋 copy color: '#2595FE'

red 37 ◦ green 149 ◦ blue 254

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

Shades of Dodger Blue #2595FE

Tints of Dodger Blue #2595FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.73%

R = 8.41%
G = 33.86%
B = 57.73%

CMYK

 C value IS 0.85

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2595FE (or 0x2595FE) is known color: Dodger Blue. HEX triplet: 25, 95 and FE. RGB value is (37,149,254). Sum of RGB (Red+Green+Blue) = 37+149+254=440 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.41% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #2595FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2595FE is #DA6A01. Grayscale: #7E7E7E. Windows color (decimal): -14313986 or 16684325. OLE color: 16684325.

HSL color Cylindrical-coordinate representation of color #2595FE: hue angle of 209.03º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2595FE is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 37 149 254 -
CMYK 0.85 0.41 0 0.00
HSL 209.03º 0.99% 0.57% -
HSV(B) 209.03º 0.85% 1% -
XYZ 29.4 29.04 97.82 -
YUV 127.48 199.39 63.46 -
System Red Green Blue C M Y K H S L
Decimal 37 149 254 0.85 0.41 0 0.00 209.03 0.99 0.57
Hex 25 95 FE 55 29 0 0 D1 63 39
Octal 45 225 376 125 51 0 0 321 143 71
Binary 100101 10010101 11111110 1010101 101001 0 0 11010001 1100011 111001

Color Harmonies of #2595FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2595FE

Black with #2595FE

Text Example


Text Example

White with #2595FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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