Html Css Color HEX #2495FA Dodger Blue

📋 copy color: '#2495FA'

red 36 ◦ green 149 ◦ blue 250

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

Shades of Dodger Blue #2495FA

Tints of Dodger Blue #2495FA

RGB

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

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

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

R = 8.28%
G = 34.25%
B = 57.47%

CMYK

 C value IS 0.86

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2495FA (or 0x2495FA) is known color: Dodger Blue. HEX triplet: 24, 95 and FA. RGB value is (36,149,250). Sum of RGB (Red+Green+Blue) = 36+149+250=435 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.28% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #2495FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2495FA is #DB6A05. Grayscale: #7E7E7E. Windows color (decimal): -14379526 or 16422180. OLE color: 16422180.

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

Color convert

RGB 36 149 250 -
CMYK 0.86 0.40 0 0.02
HSL 208.32º 0.96% 0.56% -
HSV(B) 208.32º 0.86% 0.98% -
XYZ 28.73 28.77 94.48 -
YUV 126.73 197.56 63.29 -
System Red Green Blue C M Y K H S L
Decimal 36 149 250 0.86 0.40 0 0.02 208.32 0.96 0.56
Hex 24 95 FA 56 28 0 2 D0 60 38
Octal 44 225 372 126 50 0 2 320 140 70
Binary 100100 10010101 11111010 1010110 101000 0 10 11010000 1100000 111000

Color Harmonies of #2495FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2495FA

Black with #2495FA

Text Example


Text Example

White with #2495FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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