Html Css Color HEX #2195CE Pelorous

📋 copy color: '#2195CE'

red 33 ◦ green 149 ◦ blue 206

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

Shades of Pelorous #2195CE

Tints of Pelorous #2195CE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.4%

 BLUE value IS 206 (80.86% from 255) = 53.09%

R = 8.51%
G = 38.4%
B = 53.09%

CMYK

 C value IS 0.84

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2195CE (or 0x2195CE) is known color: Pelorous. HEX triplet: 21, 95 and CE. RGB value is (33,149,206). Sum of RGB (Red+Green+Blue) = 33+149+206=388 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.51% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #2195CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2195CE is #DE6A31. Grayscale: #787878. Windows color (decimal): -14576178 or 13538593. OLE color: 13538593.

HSL color Cylindrical-coordinate representation of color #2195CE: hue angle of 199.77º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2195CE is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 149 206 -
CMYK 0.84 0.28 0 0.19
HSL 199.77º 0.72% 0.47% -
HSV(B) 199.77º 0.84% 0.81% -
XYZ 22.52 26.27 62.28 -
YUV 120.81 176.07 65.37 -
System Red Green Blue C M Y K H S L
Decimal 33 149 206 0.84 0.28 0 0.19 199.77 0.72 0.47
Hex 21 95 CE 54 1C 0 13 C8 48 2F
Octal 41 225 316 124 34 0 23 310 110 57
Binary 100001 10010101 11001110 1010100 11100 0 10011 11001000 1001000 101111

Color Harmonies of #2195CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2195CE

Black with #2195CE

Text Example


Text Example

White with #2195CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2195CE; }

 p { color: rgb(33,149,206); }

 H1.HeaderClassName
 {
   color: #2195CE;
 }
 .AnyTagClassName
 {
   color: #2195CE;
 }
</style>

background-color css

<style>
 a { background-color: #2195CE; }

 a { background-color: rgb(33,149,206); }

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

border-color css

<style>
 span { border-color: #2195CE; }

 span { border-color: rgb(33,149,206); }

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