Html Css Color HEX #238CBC Pelorous

📋 copy color: '#238CBC'

red 35 ◦ green 140 ◦ blue 188

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

Shades of Pelorous #238CBC

Tints of Pelorous #238CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.79%

R = 9.64%
G = 38.57%
B = 51.79%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#238CBC (or 0x238CBC) is known color: Pelorous. HEX triplet: 23, 8C and BC. RGB value is (35,140,188). Sum of RGB (Red+Green+Blue) = 35+140+188=363 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.64% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #238CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238CBC is #DC7343. Grayscale: #717171. Windows color (decimal): -14447428 or 12356643. OLE color: 12356643.

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

Color convert

RGB 35 140 188 -
CMYK 0.81 0.26 0 0.26
HSL 198.82º 0.69% 0.44% -
HSV(B) 198.82º 0.81% 0.74% -
XYZ 19.15 22.74 50.96 -
YUV 114.08 169.71 71.6 -
System Red Green Blue C M Y K H S L
Decimal 35 140 188 0.81 0.26 0 0.26 198.82 0.69 0.44
Hex 23 8C BC 51 1A 0 1A C7 45 2C
Octal 43 214 274 121 32 0 32 307 105 54
Binary 100011 10001100 10111100 1010001 11010 0 11010 11000111 1000101 101100

Color Harmonies of #238CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238CBC

Black with #238CBC

Text Example


Text Example

White with #238CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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