Html Css Color HEX #268BC1 Pelorous

📋 copy color: '#268BC1'

red 38 ◦ green 139 ◦ blue 193

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

Shades of Pelorous #268BC1

Tints of Pelorous #268BC1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.57%

 BLUE value IS 193 (75.78% from 255) = 52.16%

R = 10.27%
G = 37.57%
B = 52.16%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#268BC1 (or 0x268BC1) is known color: Pelorous. HEX triplet: 26, 8B and C1. RGB value is (38,139,193). Sum of RGB (Red+Green+Blue) = 38+139+193=370 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.27% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #268BC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268BC1 is #D9743E. Grayscale: #727272. Windows color (decimal): -14251071 or 12684070. OLE color: 12684070.

HSL color Cylindrical-coordinate representation of color #268BC1: hue angle of 200.9º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #268BC1 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 38 139 193 -
CMYK 0.80 0.28 0 0.24
HSL 200.9º 0.67% 0.45% -
HSV(B) 200.9º 0.8% 0.76% -
XYZ 19.66 22.73 53.8 -
YUV 114.96 172.04 73.11 -
System Red Green Blue C M Y K H S L
Decimal 38 139 193 0.80 0.28 0 0.24 200.9 0.67 0.45
Hex 26 8B C1 50 1C 0 18 C9 43 2D
Octal 46 213 301 120 34 0 30 311 103 55
Binary 100110 10001011 11000001 1010000 11100 0 11000 11001001 1000011 101101

Color Harmonies of #268BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268BC1

Black with #268BC1

Text Example


Text Example

White with #268BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268BC1; }

 p { color: rgb(38,139,193); }

 H1.HeaderClassName
 {
   color: #268BC1;
 }
 .AnyTagClassName
 {
   color: #268BC1;
 }
</style>

background-color css

<style>
 a { background-color: #268BC1; }

 a { background-color: rgb(38,139,193); }

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

border-color css

<style>
 span { border-color: #268BC1; }

 span { border-color: rgb(38,139,193); }

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