Html Css Color HEX #2985EA Dodger Blue

📋 copy color: '#2985EA'

red 41 ◦ green 133 ◦ blue 234

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

Shades of Dodger Blue #2985EA

Tints of Dodger Blue #2985EA

RGB

 RED value IS 41 (16.41% from 255) = 10.05%

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

 BLUE value IS 234 (91.8% from 255) = 57.35%

R = 10.05%
G = 32.6%
B = 57.35%

CMYK

 C value IS 0.82

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2985EA (or 0x2985EA) is known color: Dodger Blue. HEX triplet: 29, 85 and EA. RGB value is (41,133,234). Sum of RGB (Red+Green+Blue) = 41+133+234=408 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10.05% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 234 (91.80% from 255 or 57.35% from 408); Max value from RGB is 234 - color contains mainly: blue. Hex color #2985EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2985EA is #D67A15. Grayscale: #747474. Windows color (decimal): -14055958 or 15369513. OLE color: 15369513.

HSL color Cylindrical-coordinate representation of color #2985EA: hue angle of 211.4º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2985EA is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 41 133 234 -
CMYK 0.82 0.43 0 0.08
HSL 211.4º 0.82% 0.54% -
HSV(B) 211.4º 0.82% 0.92% -
XYZ 24.15 23.19 81.04 -
YUV 117.01 194.02 73.79 -
System Red Green Blue C M Y K H S L
Decimal 41 133 234 0.82 0.43 0 0.08 211.4 0.82 0.54
Hex 29 85 EA 52 2B 0 8 D3 52 36
Octal 51 205 352 122 53 0 10 323 122 66
Binary 101001 10000101 11101010 1010010 101011 0 1000 11010011 1010010 110110

Color Harmonies of #2985EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2985EA

Black with #2985EA

Text Example


Text Example

White with #2985EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2985EA; }

 p { color: rgb(41,133,234); }

 H1.HeaderClassName
 {
   color: #2985EA;
 }
 .AnyTagClassName
 {
   color: #2985EA;
 }
</style>

background-color css

<style>
 a { background-color: #2985EA; }

 a { background-color: rgb(41,133,234); }

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

border-color css

<style>
 span { border-color: #2985EA; }

 span { border-color: rgb(41,133,234); }

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