Html Css Color HEX #268CBC Pelorous

📋 copy color: '#268CBC'

red 38 ◦ green 140 ◦ blue 188

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

Shades of Pelorous #268CBC

Tints of Pelorous #268CBC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.25%

 BLUE value IS 188 (73.83% from 255) = 51.37%

R = 10.38%
G = 38.25%
B = 51.37%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#268CBC (or 0x268CBC) is known color: Pelorous. HEX triplet: 26, 8C and BC. RGB value is (38,140,188). Sum of RGB (Red+Green+Blue) = 38+140+188=366 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.38% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #268CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268CBC is #D97343. Grayscale: #727272. Windows color (decimal): -14250820 or 12356646. OLE color: 12356646.

HSL color Cylindrical-coordinate representation of color #268CBC: hue angle of 199.2º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #268CBC is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 38 140 188 -
CMYK 0.80 0.26 0 0.26
HSL 199.2º 0.66% 0.44% -
HSV(B) 199.2º 0.8% 0.74% -
XYZ 19.25 22.8 50.96 -
YUV 114.97 169.21 73.1 -
System Red Green Blue C M Y K H S L
Decimal 38 140 188 0.80 0.26 0 0.26 199.2 0.66 0.44
Hex 26 8C BC 50 1A 0 1A C7 42 2C
Octal 46 214 274 120 32 0 32 307 102 54
Binary 100110 10001100 10111100 1010000 11010 0 11010 11000111 1000010 101100

Color Harmonies of #268CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268CBC

Black with #268CBC

Text Example


Text Example

White with #268CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,140,188); }

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

background-color css

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

 a { background-color: rgb(38,140,188); }

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

border-color css

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

 span { border-color: rgb(38,140,188); }

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