Html Css Color HEX #2492FE Dodger Blue

📋 copy color: '#2492FE'

red 36 ◦ green 146 ◦ blue 254

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

Shades of Dodger Blue #2492FE

Tints of Dodger Blue #2492FE

RGB

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

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

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

R = 8.26%
G = 33.49%
B = 58.26%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2492FE (or 0x2492FE) is known color: Dodger Blue. HEX triplet: 24, 92 and FE. RGB value is (36,146,254). Sum of RGB (Red+Green+Blue) = 36+146+254=436 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.26% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #2492FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2492FE is #DB6D01. Grayscale: #7C7C7C. Windows color (decimal): -14380290 or 16683556. OLE color: 16683556.

HSL color Cylindrical-coordinate representation of color #2492FE: hue angle of 209.72º 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 #2492FE is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 36 146 254 -
CMYK 0.86 0.43 0 0.00
HSL 209.72º 0.99% 0.57% -
HSV(B) 209.72º 0.86% 1% -
XYZ 28.9 28.09 97.66 -
YUV 125.42 200.56 64.22 -
System Red Green Blue C M Y K H S L
Decimal 36 146 254 0.86 0.43 0 0.00 209.72 0.99 0.57
Hex 24 92 FE 56 2B 0 0 D2 63 39
Octal 44 222 376 126 53 0 0 322 143 71
Binary 100100 10010010 11111110 1010110 101011 0 0 11010010 1100011 111001

Color Harmonies of #2492FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2492FE

Black with #2492FE

Text Example


Text Example

White with #2492FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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