Html Css Color HEX #2485FD Dodger Blue

📋 copy color: '#2485FD'

red 36 ◦ green 133 ◦ blue 253

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

Shades of Dodger Blue #2485FD

Tints of Dodger Blue #2485FD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.52%

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

R = 8.53%
G = 31.52%
B = 59.95%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2485FD (or 0x2485FD) is known color: Dodger Blue. HEX triplet: 24, 85 and FD. RGB value is (36,133,253). Sum of RGB (Red+Green+Blue) = 36+133+253=422 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.53% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 253 (99.22% from 255 or 59.95% from 422); Max value from RGB is 253 - color contains mainly: blue. Hex color #2485FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2485FD is #DB7A02. Grayscale: #757575. Windows color (decimal): -14383619 or 16614692. OLE color: 16614692.

HSL color Cylindrical-coordinate representation of color #2485FD: hue angle of 213.18º 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 #2485FD is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 36 133 253 -
CMYK 0.86 0.47 0 0.01
HSL 213.18º 0.98% 0.57% -
HSV(B) 213.18º 0.86% 0.99% -
XYZ 26.84 24.24 96.19 -
YUV 117.68 204.36 69.74 -
System Red Green Blue C M Y K H S L
Decimal 36 133 253 0.86 0.47 0 0.01 213.18 0.98 0.57
Hex 24 85 FD 56 2F 0 1 D5 62 39
Octal 44 205 375 126 57 0 1 325 142 71
Binary 100100 10000101 11111101 1010110 101111 0 1 11010101 1100010 111001

Color Harmonies of #2485FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2485FD

Black with #2485FD

Text Example


Text Example

White with #2485FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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