Html Css Color HEX #2385B9 Pelorous

📋 copy color: '#2385B9'

red 35 ◦ green 133 ◦ blue 185

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

Shades of Pelorous #2385B9

Tints of Pelorous #2385B9

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.68%

 BLUE value IS 185 (72.66% from 255) = 52.41%

R = 9.92%
G = 37.68%
B = 52.41%

CMYK

 C value IS 0.81

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2385B9 (or 0x2385B9) is known color: Pelorous. HEX triplet: 23, 85 and B9. RGB value is (35,133,185). Sum of RGB (Red+Green+Blue) = 35+133+185=353 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.92% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 185 (72.66% from 255 or 52.41% from 353); Max value from RGB is 185 - color contains mainly: blue. Hex color #2385B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2385B9 is #DC7A46. Grayscale: #6D6D6D. Windows color (decimal): -14449223 or 12158243. OLE color: 12158243.

HSL color Cylindrical-coordinate representation of color #2385B9: hue angle of 200.8º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2385B9 is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 133 185 -
CMYK 0.81 0.28 0 0.27
HSL 200.8º 0.68% 0.43% -
HSV(B) 200.8º 0.81% 0.73% -
XYZ 17.84 20.64 48.94 -
YUV 109.63 170.53 74.77 -
System Red Green Blue C M Y K H S L
Decimal 35 133 185 0.81 0.28 0 0.27 200.8 0.68 0.43
Hex 23 85 B9 51 1C 0 1B C9 44 2B
Octal 43 205 271 121 34 0 33 311 104 53
Binary 100011 10000101 10111001 1010001 11100 0 11011 11001001 1000100 101011

Color Harmonies of #2385B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2385B9

Black with #2385B9

Text Example


Text Example

White with #2385B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2385B9; }

 p { color: rgb(35,133,185); }

 H1.HeaderClassName
 {
   color: #2385B9;
 }
 .AnyTagClassName
 {
   color: #2385B9;
 }
</style>

background-color css

<style>
 a { background-color: #2385B9; }

 a { background-color: rgb(35,133,185); }

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

border-color css

<style>
 span { border-color: #2385B9; }

 span { border-color: rgb(35,133,185); }

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