Html Css Color HEX #268BC0 Pelorous

📋 copy color: '#268BC0'

red 38 ◦ green 139 ◦ blue 192

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

Shades of Pelorous #268BC0

Tints of Pelorous #268BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 52.03%

R = 10.3%
G = 37.67%
B = 52.03%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#268BC0 (or 0x268BC0) is known color: Pelorous. HEX triplet: 26, 8B and C0. RGB value is (38,139,192). Sum of RGB (Red+Green+Blue) = 38+139+192=369 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.30% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 192 (75.39% from 255 or 52.03% from 369); Max value from RGB is 192 - color contains mainly: blue. Hex color #268BC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268BC0 is #D9743F. Grayscale: #727272. Windows color (decimal): -14251072 or 12618534. OLE color: 12618534.

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

Color convert

RGB 38 139 192 -
CMYK 0.80 0.28 0 0.25
HSL 200.65º 0.67% 0.45% -
HSV(B) 200.65º 0.8% 0.75% -
XYZ 19.55 22.68 53.22 -
YUV 114.84 171.54 73.19 -
System Red Green Blue C M Y K H S L
Decimal 38 139 192 0.80 0.28 0 0.25 200.65 0.67 0.45
Hex 26 8B C0 50 1C 0 19 C9 43 2D
Octal 46 213 300 120 34 0 31 311 103 55
Binary 100110 10001011 11000000 1010000 11100 0 11001 11001001 1000011 101101

Color Harmonies of #268BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268BC0

Black with #268BC0

Text Example


Text Example

White with #268BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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