Html Css Color HEX #268EBD Pelorous

📋 copy color: '#268EBD'

red 38 ◦ green 142 ◦ blue 189

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

Shades of Pelorous #268EBD

Tints of Pelorous #268EBD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.48%

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

R = 10.3%
G = 38.48%
B = 51.22%

CMYK

 C value IS 0.80

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#268EBD (or 0x268EBD) is known color: Pelorous. HEX triplet: 26, 8E and BD. RGB value is (38,142,189). Sum of RGB (Red+Green+Blue) = 38+142+189=369 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.30% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #268EBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268EBD is #D97142. Grayscale: #737373. Windows color (decimal): -14250307 or 12422694. OLE color: 12422694.

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

Color convert

RGB 38 142 189 -
CMYK 0.80 0.25 0 0.26
HSL 198.68º 0.67% 0.45% -
HSV(B) 198.68º 0.8% 0.74% -
XYZ 19.66 23.43 51.63 -
YUV 116.26 169.04 72.18 -
System Red Green Blue C M Y K H S L
Decimal 38 142 189 0.80 0.25 0 0.26 198.68 0.67 0.45
Hex 26 8E BD 50 19 0 1A C7 43 2D
Octal 46 216 275 120 31 0 32 307 103 55
Binary 100110 10001110 10111101 1010000 11001 0 11010 11000111 1000011 101101

Color Harmonies of #268EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268EBD

Black with #268EBD

Text Example


Text Example

White with #268EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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