Html Css Color HEX #238CC9 Pelorous

📋 copy color: '#238CC9'

red 35 ◦ green 140 ◦ blue 201

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

Shades of Pelorous #238CC9

Tints of Pelorous #238CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 53.46%

R = 9.31%
G = 37.23%
B = 53.46%

CMYK

 C value IS 0.83

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#238CC9 (or 0x238CC9) is known color: Pelorous. HEX triplet: 23, 8C and C9. RGB value is (35,140,201). Sum of RGB (Red+Green+Blue) = 35+140+201=376 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.31% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 201 (78.91% from 255 or 53.46% from 376); Max value from RGB is 201 - color contains mainly: blue. Hex color #238CC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238CC9 is #DC7336. Grayscale: #737373. Windows color (decimal): -14447415 or 13208611. OLE color: 13208611.

HSL color Cylindrical-coordinate representation of color #238CC9: hue angle of 202.05º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #238CC9 is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 35 140 201 -
CMYK 0.83 0.30 0 0.21
HSL 202.05º 0.7% 0.46% -
HSV(B) 202.05º 0.83% 0.79% -
XYZ 20.61 23.33 58.68 -
YUV 115.56 176.21 70.54 -
System Red Green Blue C M Y K H S L
Decimal 35 140 201 0.83 0.30 0 0.21 202.05 0.7 0.46
Hex 23 8C C9 53 1E 0 15 CA 46 2E
Octal 43 214 311 123 36 0 25 312 106 56
Binary 100011 10001100 11001001 1010011 11110 0 10101 11001010 1000110 101110

Color Harmonies of #238CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238CC9

Black with #238CC9

Text Example


Text Example

White with #238CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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