Html Css Color HEX #2693CB Pelorous

📋 copy color: '#2693CB'

red 38 ◦ green 147 ◦ blue 203

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

Shades of Pelorous #2693CB

Tints of Pelorous #2693CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.32%

R = 9.79%
G = 37.89%
B = 52.32%

CMYK

 C value IS 0.81

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2693CB (or 0x2693CB) is known color: Pelorous. HEX triplet: 26, 93 and CB. RGB value is (38,147,203). Sum of RGB (Red+Green+Blue) = 38+147+203=388 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.79% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #2693CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2693CB is #D96C34. Grayscale: #787878. Windows color (decimal): -14249013 or 13341478. OLE color: 13341478.

HSL color Cylindrical-coordinate representation of color #2693CB: hue angle of 200.36º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2693CB is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 38 147 203 -
CMYK 0.81 0.28 0 0.20
HSL 200.36º 0.68% 0.47% -
HSV(B) 200.36º 0.81% 0.8% -
XYZ 22.01 25.59 60.28 -
YUV 120.79 174.39 68.95 -
System Red Green Blue C M Y K H S L
Decimal 38 147 203 0.81 0.28 0 0.20 200.36 0.68 0.47
Hex 26 93 CB 51 1C 0 14 C8 44 2F
Octal 46 223 313 121 34 0 24 310 104 57
Binary 100110 10010011 11001011 1010001 11100 0 10100 11001000 1000100 101111

Color Harmonies of #2693CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2693CB

Black with #2693CB

Text Example


Text Example

White with #2693CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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