Html Css Color HEX #238CB9 Pelorous

📋 copy color: '#238CB9'

red 35 ◦ green 140 ◦ blue 185

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

Shades of Pelorous #238CB9

Tints of Pelorous #238CB9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.89%

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

R = 9.72%
G = 38.89%
B = 51.39%

CMYK

 C value IS 0.81

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#238CB9 (or 0x238CB9) is known color: Pelorous. HEX triplet: 23, 8C and B9. RGB value is (35,140,185). Sum of RGB (Red+Green+Blue) = 35+140+185=360 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.72% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 185 (72.66% from 255 or 51.39% from 360); Max value from RGB is 185 - color contains mainly: blue. Hex color #238CB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238CB9 is #DC7346. Grayscale: #717171. Windows color (decimal): -14447431 or 12160035. OLE color: 12160035.

HSL color Cylindrical-coordinate representation of color #238CB9: hue angle of 198º 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 #238CB9 is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 140 185 -
CMYK 0.81 0.24 0 0.27
HSL 198º 0.68% 0.43% -
HSV(B) 198º 0.81% 0.73% -
XYZ 18.83 22.62 49.27 -
YUV 113.74 168.21 71.84 -
System Red Green Blue C M Y K H S L
Decimal 35 140 185 0.81 0.24 0 0.27 198 0.68 0.43
Hex 23 8C B9 51 18 0 1B C6 44 2B
Octal 43 214 271 121 30 0 33 306 104 53
Binary 100011 10001100 10111001 1010001 11000 0 11011 11000110 1000100 101011

Color Harmonies of #238CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238CB9

Black with #238CB9

Text Example


Text Example

White with #238CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238CB9; }

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

 H1.HeaderClassName
 {
   color: #238CB9;
 }
 .AnyTagClassName
 {
   color: #238CB9;
 }
</style>

background-color css

<style>
 a { background-color: #238CB9; }

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

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

border-color css

<style>
 span { border-color: #238CB9; }

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

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