Html Css Color HEX #2485FA Dodger Blue

📋 copy color: '#2485FA'

red 36 ◦ green 133 ◦ blue 250

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

Shades of Dodger Blue #2485FA

Tints of Dodger Blue #2485FA

RGB

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

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

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

R = 8.59%
G = 31.74%
B = 59.67%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2485FA (or 0x2485FA) is known color: Dodger Blue. HEX triplet: 24, 85 and FA. RGB value is (36,133,250). Sum of RGB (Red+Green+Blue) = 36+133+250=419 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.59% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #2485FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2485FA is #DB7A05. Grayscale: #747474. Windows color (decimal): -14383622 or 16418084. OLE color: 16418084.

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

Color convert

RGB 36 133 250 -
CMYK 0.86 0.47 0 0.02
HSL 212.8º 0.96% 0.56% -
HSV(B) 212.8º 0.86% 0.98% -
XYZ 26.37 24.05 93.7 -
YUV 117.34 202.86 69.99 -
System Red Green Blue C M Y K H S L
Decimal 36 133 250 0.86 0.47 0 0.02 212.8 0.96 0.56
Hex 24 85 FA 56 2F 0 2 D5 60 38
Octal 44 205 372 126 57 0 2 325 140 70
Binary 100100 10000101 11111010 1010110 101111 0 10 11010101 1100000 111000

Color Harmonies of #2485FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2485FA

Black with #2485FA

Text Example


Text Example

White with #2485FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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