Html Css Color HEX #2185C7 Curious Blue

📋 copy color: '#2185C7'

red 33 ◦ green 133 ◦ blue 199

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

Shades of Curious Blue #2185C7

Tints of Curious Blue #2185C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 54.52%

R = 9.04%
G = 36.44%
B = 54.52%

CMYK

 C value IS 0.83

 M value IS 0.33

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2185C7 (or 0x2185C7) is known color: Curious Blue. HEX triplet: 21, 85 and C7. RGB value is (33,133,199). Sum of RGB (Red+Green+Blue) = 33+133+199=365 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.04% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 199 (78.12% from 255 or 54.52% from 365); Max value from RGB is 199 - color contains mainly: blue. Hex color #2185C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2185C7 is #DE7A38. Grayscale: #6E6E6E. Windows color (decimal): -14580281 or 13075745. OLE color: 13075745.

HSL color Cylindrical-coordinate representation of color #2185C7: hue angle of 203.86º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2185C7 is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 33 133 199 -
CMYK 0.83 0.33 0 0.22
HSL 203.86º 0.72% 0.45% -
HSV(B) 203.86º 0.83% 0.78% -
XYZ 19.32 21.22 57.11 -
YUV 110.62 177.87 72.63 -
System Red Green Blue C M Y K H S L
Decimal 33 133 199 0.83 0.33 0 0.22 203.86 0.72 0.45
Hex 21 85 C7 53 21 0 16 CC 48 2D
Octal 41 205 307 123 41 0 26 314 110 55
Binary 100001 10000101 11000111 1010011 100001 0 10110 11001100 1001000 101101

Color Harmonies of #2185C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2185C7

Black with #2185C7

Text Example


Text Example

White with #2185C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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