Html Css Color HEX #2495FE Dodger Blue

📋 copy color: '#2495FE'

red 36 ◦ green 149 ◦ blue 254

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

Shades of Dodger Blue #2495FE

Tints of Dodger Blue #2495FE

RGB

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

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

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

R = 8.2%
G = 33.94%
B = 57.86%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2495FE (or 0x2495FE) is known color: Dodger Blue. HEX triplet: 24, 95 and FE. RGB value is (36,149,254). Sum of RGB (Red+Green+Blue) = 36+149+254=439 (58% of max value = 765). Red value is 36 (14.45% from 255 or 8.20% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #2495FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2495FE is #DB6A01. Grayscale: #7E7E7E. Windows color (decimal): -14379522 or 16684324. OLE color: 16684324.

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

Color convert

RGB 36 149 254 -
CMYK 0.86 0.41 0 0.00
HSL 208.9º 0.99% 0.57% -
HSV(B) 208.9º 0.86% 1% -
XYZ 29.36 29.03 97.82 -
YUV 127.18 199.56 62.96 -
System Red Green Blue C M Y K H S L
Decimal 36 149 254 0.86 0.41 0 0.00 208.9 0.99 0.57
Hex 24 95 FE 56 29 0 0 D1 63 39
Octal 44 225 376 126 51 0 0 321 143 71
Binary 100100 10010101 11111110 1010110 101001 0 0 11010001 1100011 111001

Color Harmonies of #2495FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2495FE

Black with #2495FE

Text Example


Text Example

White with #2495FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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