Html Css Color HEX #2E85CC Curious Blue

📋 copy color: '#2E85CC'

red 46 ◦ green 133 ◦ blue 204

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

Shades of Curious Blue #2E85CC

Tints of Curious Blue #2E85CC

RGB

 RED value IS 46 (18.36% from 255) = 12.01%

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

 BLUE value IS 204 (80.08% from 255) = 53.26%

R = 12.01%
G = 34.73%
B = 53.26%

CMYK

 C value IS 0.77

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2E85CC (or 0x2E85CC) is known color: Curious Blue. HEX triplet: 2E, 85 and CC. RGB value is (46,133,204). Sum of RGB (Red+Green+Blue) = 46+133+204=383 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.01% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #2E85CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E85CC is #D17A33. Grayscale: #727272. Windows color (decimal): -13728308 or 13403438. OLE color: 13403438.

HSL color Cylindrical-coordinate representation of color #2E85CC: hue angle of 206.96º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E85CC is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 46 133 204 -
CMYK 0.77 0.35 0 0.2
HSL 206.96º 0.63% 0.49% -
HSV(B) 206.96º 0.77% 0.8% -
XYZ 20.41 21.72 60.24 -
YUV 115.08 178.18 78.73 -
System Red Green Blue C M Y K H S L
Decimal 46 133 204 0.77 0.35 0 0.2 206.96 0.63 0.49
Hex 2E 85 CC 4D 23 0 14 CF 3F 31
Octal 56 205 314 115 43 0 24 317 77 61
Binary 101110 10000101 11001100 1001101 100011 0 10100 11001111 111111 110001

Color Harmonies of #2E85CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E85CC

Black with #2E85CC

Text Example


Text Example

White with #2E85CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,133,204); }

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

background-color css

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

 a { background-color: rgb(46,133,204); }

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

border-color css

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

 span { border-color: rgb(46,133,204); }

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