Html Css Color HEX #2985DE Dodger Blue

📋 copy color: '#2985DE'

red 41 ◦ green 133 ◦ blue 222

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

Shades of Dodger Blue #2985DE

Tints of Dodger Blue #2985DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 56.06%

R = 10.35%
G = 33.59%
B = 56.06%

CMYK

 C value IS 0.82

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2985DE (or 0x2985DE) is known color: Dodger Blue. HEX triplet: 29, 85 and DE. RGB value is (41,133,222). Sum of RGB (Red+Green+Blue) = 41+133+222=396 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.35% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #2985DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2985DE is #D67A21. Grayscale: #737373. Windows color (decimal): -14055970 or 14583081. OLE color: 14583081.

HSL color Cylindrical-coordinate representation of color #2985DE: hue angle of 209.5º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2985DE is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 133 222 -
CMYK 0.82 0.40 0 0.13
HSL 209.5º 0.73% 0.52% -
HSV(B) 209.5º 0.82% 0.87% -
XYZ 22.49 22.52 72.27 -
YUV 115.64 188.02 74.76 -
System Red Green Blue C M Y K H S L
Decimal 41 133 222 0.82 0.40 0 0.13 209.5 0.73 0.52
Hex 29 85 DE 52 28 0 D D2 49 34
Octal 51 205 336 122 50 0 15 322 111 64
Binary 101001 10000101 11011110 1010010 101000 0 1101 11010010 1001001 110100

Color Harmonies of #2985DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2985DE

Black with #2985DE

Text Example


Text Example

White with #2985DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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