Html Css Color HEX #268ABD Pelorous

📋 copy color: '#268ABD'

red 38 ◦ green 138 ◦ blue 189

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

Shades of Pelorous #268ABD

Tints of Pelorous #268ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.78%

R = 10.41%
G = 37.81%
B = 51.78%

CMYK

 C value IS 0.80

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#268ABD (or 0x268ABD) is known color: Pelorous. HEX triplet: 26, 8A and BD. RGB value is (38,138,189). Sum of RGB (Red+Green+Blue) = 38+138+189=365 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.41% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #268ABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268ABD is #D97542. Grayscale: #717171. Windows color (decimal): -14251331 or 12421670. OLE color: 12421670.

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

Color convert

RGB 38 138 189 -
CMYK 0.80 0.27 0 0.26
HSL 200.26º 0.67% 0.45% -
HSV(B) 200.26º 0.8% 0.74% -
XYZ 19.07 22.26 51.44 -
YUV 113.91 170.37 73.85 -
System Red Green Blue C M Y K H S L
Decimal 38 138 189 0.80 0.27 0 0.26 200.26 0.67 0.45
Hex 26 8A BD 50 1B 0 1A C8 43 2D
Octal 46 212 275 120 33 0 32 310 103 55
Binary 100110 10001010 10111101 1010000 11011 0 11010 11001000 1000011 101101

Color Harmonies of #268ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268ABD

Black with #268ABD

Text Example


Text Example

White with #268ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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