Html Css Color HEX #2C85EA Dodger Blue

📋 copy color: '#2C85EA'

red 44 ◦ green 133 ◦ blue 234

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

Shades of Dodger Blue #2C85EA

Tints of Dodger Blue #2C85EA

RGB

 RED value IS 44 (17.58% from 255) = 10.71%

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

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

R = 10.71%
G = 32.36%
B = 56.93%

CMYK

 C value IS 0.81

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2C85EA (or 0x2C85EA) is known color: Dodger Blue. HEX triplet: 2C, 85 and EA. RGB value is (44,133,234). Sum of RGB (Red+Green+Blue) = 44+133+234=411 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.71% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #2C85EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2C85EA is #D37A15. Grayscale: #757575. Windows color (decimal): -13859350 or 15369516. OLE color: 15369516.

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

Color convert

RGB 44 133 234 -
CMYK 0.81 0.43 0 0.08
HSL 211.89º 0.82% 0.55% -
HSV(B) 211.89º 0.81% 0.92% -
XYZ 24.28 23.25 81.05 -
YUV 117.9 193.51 75.29 -
System Red Green Blue C M Y K H S L
Decimal 44 133 234 0.81 0.43 0 0.08 211.89 0.82 0.55
Hex 2C 85 EA 51 2B 0 8 D4 52 37
Octal 54 205 352 121 53 0 10 324 122 67
Binary 101100 10000101 11101010 1010001 101011 0 1000 11010100 1010010 110111

Color Harmonies of #2C85EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C85EA

Black with #2C85EA

Text Example


Text Example

White with #2C85EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C85EA; }

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

 H1.HeaderClassName
 {
   color: #2C85EA;
 }
 .AnyTagClassName
 {
   color: #2C85EA;
 }
</style>

background-color css

<style>
 a { background-color: #2C85EA; }

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

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

border-color css

<style>
 span { border-color: #2C85EA; }

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

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