Html Css Color HEX #268ABE Pelorous

📋 copy color: '#268ABE'

red 38 ◦ green 138 ◦ blue 190

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

Shades of Pelorous #268ABE

Tints of Pelorous #268ABE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.7%

 BLUE value IS 190 (74.61% from 255) = 51.91%

R = 10.38%
G = 37.7%
B = 51.91%

CMYK

 C value IS 0.8

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#268ABE (or 0x268ABE) is known color: Pelorous. HEX triplet: 26, 8A and BE. RGB value is (38,138,190). Sum of RGB (Red+Green+Blue) = 38+138+190=366 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.38% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #268ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268ABE is #D97541. Grayscale: #717171. Windows color (decimal): -14251330 or 12487206. OLE color: 12487206.

HSL color Cylindrical-coordinate representation of color #268ABE: hue angle of 200.53º 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 #268ABE is Cyan = 0.8, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 138 190 -
CMYK 0.8 0.27 0 0.25
HSL 200.53º 0.67% 0.45% -
HSV(B) 200.53º 0.8% 0.75% -
XYZ 19.18 22.31 52.01 -
YUV 114.03 170.87 73.77 -
System Red Green Blue C M Y K H S L
Decimal 38 138 190 0.8 0.27 0 0.25 200.53 0.67 0.45
Hex 26 8A BE 50 1B 0 19 C9 43 2D
Octal 46 212 276 120 33 0 31 311 103 55
Binary 100110 10001010 10111110 1010000 11011 0 11001 11001001 1000011 101101

Color Harmonies of #268ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268ABE

Black with #268ABE

Text Example


Text Example

White with #268ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,138,190); }

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

background-color css

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

 a { background-color: rgb(38,138,190); }

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

border-color css

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

 span { border-color: rgb(38,138,190); }

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