Html Css Color HEX #2185BE Pelorous

📋 copy color: '#2185BE'

red 33 ◦ green 133 ◦ blue 190

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

Shades of Pelorous #2185BE

Tints of Pelorous #2185BE

RGB

 RED value IS 33 (13.28% from 255) = 9.27%

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

 BLUE value IS 190 (74.61% from 255) = 53.37%

R = 9.27%
G = 37.36%
B = 53.37%

CMYK

 C value IS 0.83

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2185BE (or 0x2185BE) is known color: Pelorous. HEX triplet: 21, 85 and BE. RGB value is (33,133,190). Sum of RGB (Red+Green+Blue) = 33+133+190=356 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.27% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #2185BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2185BE is #DE7A41. Grayscale: #6D6D6D. Windows color (decimal): -14580290 or 12485921. OLE color: 12485921.

HSL color Cylindrical-coordinate representation of color #2185BE: hue angle of 201.78º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2185BE is Cyan = 0.83, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 133 190 -
CMYK 0.83 0.3 0 0.25
HSL 201.78º 0.7% 0.44% -
HSV(B) 201.78º 0.83% 0.75% -
XYZ 18.31 20.82 51.77 -
YUV 109.6 173.37 73.37 -
System Red Green Blue C M Y K H S L
Decimal 33 133 190 0.83 0.3 0 0.25 201.78 0.7 0.44
Hex 21 85 BE 53 1E 0 19 CA 46 2C
Octal 41 205 276 123 36 0 31 312 106 54
Binary 100001 10000101 10111110 1010011 11110 0 11001 11001010 1000110 101100

Color Harmonies of #2185BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2185BE

Black with #2185BE

Text Example


Text Example

White with #2185BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2185BE; }

 p { color: rgb(33,133,190); }

 H1.HeaderClassName
 {
   color: #2185BE;
 }
 .AnyTagClassName
 {
   color: #2185BE;
 }
</style>

background-color css

<style>
 a { background-color: #2185BE; }

 a { background-color: rgb(33,133,190); }

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

border-color css

<style>
 span { border-color: #2185BE; }

 span { border-color: rgb(33,133,190); }

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