Html Css Color HEX #2693CE Pelorous

📋 copy color: '#2693CE'

red 38 ◦ green 147 ◦ blue 206

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

Shades of Pelorous #2693CE

Tints of Pelorous #2693CE

RGB

 RED value IS 38 (15.23% from 255) = 9.72%

 GREEN value IS 147 (57.81% from 255) = 37.6%

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

R = 9.72%
G = 37.6%
B = 52.69%

CMYK

 C value IS 0.82

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2693CE (or 0x2693CE) is known color: Pelorous. HEX triplet: 26, 93 and CE. RGB value is (38,147,206). Sum of RGB (Red+Green+Blue) = 38+147+206=391 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.72% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #2693CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2693CE is #D96C31. Grayscale: #787878. Windows color (decimal): -14249010 or 13538086. OLE color: 13538086.

HSL color Cylindrical-coordinate representation of color #2693CE: hue angle of 201.07º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2693CE is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 38 147 206 -
CMYK 0.82 0.29 0 0.19
HSL 201.07º 0.69% 0.48% -
HSV(B) 201.07º 0.82% 0.81% -
XYZ 22.37 25.74 62.18 -
YUV 121.14 175.89 68.7 -
System Red Green Blue C M Y K H S L
Decimal 38 147 206 0.82 0.29 0 0.19 201.07 0.69 0.48
Hex 26 93 CE 52 1D 0 13 C9 45 30
Octal 46 223 316 122 35 0 23 311 105 60
Binary 100110 10010011 11001110 1010010 11101 0 10011 11001001 1000101 110000

Color Harmonies of #2693CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2693CE

Black with #2693CE

Text Example


Text Example

White with #2693CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,147,206); }

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

background-color css

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

 a { background-color: rgb(38,147,206); }

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

border-color css

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

 span { border-color: rgb(38,147,206); }

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