Html Css Color HEX #2387BD Pelorous

📋 copy color: '#2387BD'

red 35 ◦ green 135 ◦ blue 189

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

Shades of Pelorous #2387BD

Tints of Pelorous #2387BD

RGB

 RED value IS 35 (14.06% from 255) = 9.75%

 GREEN value IS 135 (53.13% from 255) = 37.6%

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

R = 9.75%
G = 37.6%
B = 52.65%

CMYK

 C value IS 0.81

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2387BD (or 0x2387BD) is known color: Pelorous. HEX triplet: 23, 87 and BD. RGB value is (35,135,189). Sum of RGB (Red+Green+Blue) = 35+135+189=359 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.75% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #2387BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2387BD is #DC7842. Grayscale: #6E6E6E. Windows color (decimal): -14448707 or 12420899. OLE color: 12420899.

HSL color Cylindrical-coordinate representation of color #2387BD: hue angle of 201.04º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2387BD is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 135 189 -
CMYK 0.81 0.29 0 0.26
HSL 201.04º 0.69% 0.44% -
HSV(B) 201.04º 0.81% 0.74% -
XYZ 18.54 21.36 51.29 -
YUV 111.26 171.87 73.61 -
System Red Green Blue C M Y K H S L
Decimal 35 135 189 0.81 0.29 0 0.26 201.04 0.69 0.44
Hex 23 87 BD 51 1D 0 1A C9 45 2C
Octal 43 207 275 121 35 0 32 311 105 54
Binary 100011 10000111 10111101 1010001 11101 0 11010 11001001 1000101 101100

Color Harmonies of #2387BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2387BD

Black with #2387BD

Text Example


Text Example

White with #2387BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2387BD; }

 p { color: rgb(35,135,189); }

 H1.HeaderClassName
 {
   color: #2387BD;
 }
 .AnyTagClassName
 {
   color: #2387BD;
 }
</style>

background-color css

<style>
 a { background-color: #2387BD; }

 a { background-color: rgb(35,135,189); }

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

border-color css

<style>
 span { border-color: #2387BD; }

 span { border-color: rgb(35,135,189); }

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