Html Css Color HEX #238CBF Pelorous

📋 copy color: '#238CBF'

red 35 ◦ green 140 ◦ blue 191

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

Shades of Pelorous #238CBF

Tints of Pelorous #238CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.19%

R = 9.56%
G = 38.25%
B = 52.19%

CMYK

 C value IS 0.82

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#238CBF (or 0x238CBF) is known color: Pelorous. HEX triplet: 23, 8C and BF. RGB value is (35,140,191). Sum of RGB (Red+Green+Blue) = 35+140+191=366 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.56% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #238CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238CBF is #DC7340. Grayscale: #727272. Windows color (decimal): -14447425 or 12553251. OLE color: 12553251.

HSL color Cylindrical-coordinate representation of color #238CBF: hue angle of 199.62º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #238CBF is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 140 191 -
CMYK 0.82 0.27 0 0.25
HSL 199.62º 0.69% 0.44% -
HSV(B) 199.62º 0.82% 0.75% -
XYZ 19.48 22.88 52.68 -
YUV 114.42 171.21 71.35 -
System Red Green Blue C M Y K H S L
Decimal 35 140 191 0.82 0.27 0 0.25 199.62 0.69 0.44
Hex 23 8C BF 52 1B 0 19 C8 45 2C
Octal 43 214 277 122 33 0 31 310 105 54
Binary 100011 10001100 10111111 1010010 11011 0 11001 11001000 1000101 101100

Color Harmonies of #238CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238CBF

Black with #238CBF

Text Example


Text Example

White with #238CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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