Html Css Color HEX #2495FF Dodger Blue

📋 copy color: '#2495FF'

red 36 ◦ green 149 ◦ blue 255

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

Shades of Dodger Blue #2495FF

Tints of Dodger Blue #2495FF

RGB

 RED value IS 36 (14.45% from 255) = 8.18%

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

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

R = 8.18%
G = 33.86%
B = 57.95%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2495FF (or 0x2495FF) is known color: Dodger Blue. HEX triplet: 24, 95 and FF. RGB value is (36,149,255). Sum of RGB (Red+Green+Blue) = 36+149+255=440 (58% of max value = 765). Red value is 36 (14.45% from 255 or 8.18% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #2495FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2495FF is #DB6A00. Grayscale: #7E7E7E. Windows color (decimal): -14379521 or 16749860. OLE color: 16749860.

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

Color convert

RGB 36 149 255 -
CMYK 0.86 0.42 0 0
HSL 209.04º 1% 0.57% -
HSV(B) 209.04º 0.86% 1% -
XYZ 29.53 29.09 98.67 -
YUV 127.3 200.06 62.88 -
System Red Green Blue C M Y K H S L
Decimal 36 149 255 0.86 0.42 0 0 209.04 1 0.57
Hex 24 95 FF 56 2A 0 0 D1 64 39
Octal 44 225 377 126 52 0 0 321 144 71
Binary 100100 10010101 11111111 1010110 101010 0 0 11010001 1100100 111001

Color Harmonies of #2495FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2495FF

Black with #2495FF

Text Example


Text Example

White with #2495FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,149,255); }

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

background-color css

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

 a { background-color: rgb(36,149,255); }

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

border-color css

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

 span { border-color: rgb(36,149,255); }

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