Html Css Color HEX #2492FD Dodger Blue

📋 copy color: '#2492FD'

red 36 ◦ green 146 ◦ blue 253

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

Shades of Dodger Blue #2492FD

Tints of Dodger Blue #2492FD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.56%

 BLUE value IS 253 (99.22% from 255) = 58.16%

R = 8.28%
G = 33.56%
B = 58.16%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2492FD (or 0x2492FD) is known color: Dodger Blue. HEX triplet: 24, 92 and FD. RGB value is (36,146,253). Sum of RGB (Red+Green+Blue) = 36+146+253=435 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.28% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #2492FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2492FD is #DB6D02. Grayscale: #7C7C7C. Windows color (decimal): -14380291 or 16618020. OLE color: 16618020.

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

Color convert

RGB 36 146 253 -
CMYK 0.86 0.42 0 0.01
HSL 209.59º 0.98% 0.57% -
HSV(B) 209.59º 0.86% 0.99% -
XYZ 28.74 28.02 96.82 -
YUV 125.31 200.06 64.3 -
System Red Green Blue C M Y K H S L
Decimal 36 146 253 0.86 0.42 0 0.01 209.59 0.98 0.57
Hex 24 92 FD 56 2A 0 1 D2 62 39
Octal 44 222 375 126 52 0 1 322 142 71
Binary 100100 10010010 11111101 1010110 101010 0 1 11010010 1100010 111001

Color Harmonies of #2492FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2492FD

Black with #2492FD

Text Example


Text Example

White with #2492FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2492FD; }

 p { color: rgb(36,146,253); }

 H1.HeaderClassName
 {
   color: #2492FD;
 }
 .AnyTagClassName
 {
   color: #2492FD;
 }
</style>

background-color css

<style>
 a { background-color: #2492FD; }

 a { background-color: rgb(36,146,253); }

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

border-color css

<style>
 span { border-color: #2492FD; }

 span { border-color: rgb(36,146,253); }

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