Html Css Color HEX #238ABC Pelorous

📋 copy color: '#238ABC'

red 35 ◦ green 138 ◦ blue 188

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

Shades of Pelorous #238ABC

Tints of Pelorous #238ABC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.23%

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

R = 9.7%
G = 38.23%
B = 52.08%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#238ABC (or 0x238ABC) is known color: Pelorous. HEX triplet: 23, 8A and BC. RGB value is (35,138,188). Sum of RGB (Red+Green+Blue) = 35+138+188=361 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.70% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #238ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238ABC is #DC7543. Grayscale: #707070. Windows color (decimal): -14447940 or 12356131. OLE color: 12356131.

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

Color convert

RGB 35 138 188 -
CMYK 0.81 0.27 0 0.26
HSL 199.61º 0.69% 0.44% -
HSV(B) 199.61º 0.81% 0.74% -
XYZ 18.86 22.17 50.86 -
YUV 112.9 170.38 72.43 -
System Red Green Blue C M Y K H S L
Decimal 35 138 188 0.81 0.27 0 0.26 199.61 0.69 0.44
Hex 23 8A BC 51 1B 0 1A C8 45 2C
Octal 43 212 274 121 33 0 32 310 105 54
Binary 100011 10001010 10111100 1010001 11011 0 11010 11001000 1000101 101100

Color Harmonies of #238ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238ABC

Black with #238ABC

Text Example


Text Example

White with #238ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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