Html Css Color HEX #268ABA Pelorous

📋 copy color: '#268ABA'

red 38 ◦ green 138 ◦ blue 186

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

Shades of Pelorous #268ABA

Tints of Pelorous #268ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.38%

R = 10.5%
G = 38.12%
B = 51.38%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#268ABA (or 0x268ABA) is known color: Pelorous. HEX triplet: 26, 8A and BA. RGB value is (38,138,186). Sum of RGB (Red+Green+Blue) = 38+138+186=362 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.50% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #268ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268ABA is #D97545. Grayscale: #717171. Windows color (decimal): -14251334 or 12225062. OLE color: 12225062.

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

Color convert

RGB 38 138 186 -
CMYK 0.80 0.26 0 0.27
HSL 199.46º 0.66% 0.44% -
HSV(B) 199.46º 0.8% 0.73% -
XYZ 18.75 22.13 49.74 -
YUV 113.57 168.87 74.1 -
System Red Green Blue C M Y K H S L
Decimal 38 138 186 0.80 0.26 0 0.27 199.46 0.66 0.44
Hex 26 8A BA 50 1A 0 1B C7 42 2C
Octal 46 212 272 120 32 0 33 307 102 54
Binary 100110 10001010 10111010 1010000 11010 0 11011 11000111 1000010 101100

Color Harmonies of #268ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268ABA

Black with #268ABA

Text Example


Text Example

White with #268ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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