Html Css Color HEX #2597FA Dodger Blue

📋 copy color: '#2597FA'

red 37 ◦ green 151 ◦ blue 250

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

Shades of Dodger Blue #2597FA

Tints of Dodger Blue #2597FA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.47%

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

R = 8.45%
G = 34.47%
B = 57.08%

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

#2597FA (or 0x2597FA) is known color: Dodger Blue. HEX triplet: 25, 97 and FA. RGB value is (37,151,250). Sum of RGB (Red+Green+Blue) = 37+151+250=438 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.45% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #2597FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2597FA is #DA6805. Grayscale: #7F7F7F. Windows color (decimal): -14313478 or 16422693. OLE color: 16422693.

HSL color Cylindrical-coordinate representation of color #2597FA: hue angle of 207.89º 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 #2597FA is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 151 250 -
CMYK 0.85 0.40 0 0.02
HSL 207.89º 0.96% 0.56% -
HSV(B) 207.89º 0.85% 0.98% -
XYZ 29.08 29.43 94.59 -
YUV 128.2 196.73 62.95 -
System Red Green Blue C M Y K H S L
Decimal 37 151 250 0.85 0.40 0 0.02 207.89 0.96 0.56
Hex 25 97 FA 55 28 0 2 D0 60 38
Octal 45 227 372 125 50 0 2 320 140 70
Binary 100101 10010111 11111010 1010101 101000 0 10 11010000 1100000 111000

Color Harmonies of #2597FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2597FA

Black with #2597FA

Text Example


Text Example

White with #2597FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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