Html Css Color HEX #268DAD Pelorous

📋 copy color: '#268DAD'

red 38 ◦ green 141 ◦ blue 173

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

Shades of Pelorous #268DAD

Tints of Pelorous #268DAD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.06%

 BLUE value IS 173 (67.97% from 255) = 49.15%

R = 10.8%
G = 40.06%
B = 49.15%

CMYK

 C value IS 0.78

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#268DAD (or 0x268DAD) is known color: Pelorous. HEX triplet: 26, 8D and AD. RGB value is (38,141,173). Sum of RGB (Red+Green+Blue) = 38+141+173=352 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.80% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #268DAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268DAD is #D97252. Grayscale: #717171. Windows color (decimal): -14250579 or 11373862. OLE color: 11373862.

HSL color Cylindrical-coordinate representation of color #268DAD: hue angle of 194.22º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #268DAD is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 38 141 173 -
CMYK 0.78 0.18 0 0.32
HSL 194.22º 0.64% 0.41% -
HSV(B) 194.22º 0.78% 0.68% -
XYZ 17.87 22.48 42.93 -
YUV 113.85 161.38 73.9 -
System Red Green Blue C M Y K H S L
Decimal 38 141 173 0.78 0.18 0 0.32 194.22 0.64 0.41
Hex 26 8D AD 4E 12 0 20 C2 40 29
Octal 46 215 255 116 22 0 40 302 100 51
Binary 100110 10001101 10101101 1001110 10010 0 100000 11000010 1000000 101001

Color Harmonies of #268DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268DAD

Black with #268DAD

Text Example


Text Example

White with #268DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,141,173); }

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

background-color css

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

 a { background-color: rgb(38,141,173); }

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

border-color css

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

 span { border-color: rgb(38,141,173); }

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