Html Css Color HEX #238AC1 Pelorous

📋 copy color: '#238AC1'

red 35 ◦ green 138 ◦ blue 193

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

Shades of Pelorous #238AC1

Tints of Pelorous #238AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 52.73%

R = 9.56%
G = 37.7%
B = 52.73%

CMYK

 C value IS 0.82

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#238AC1 (or 0x238AC1) is known color: Pelorous. HEX triplet: 23, 8A and C1. RGB value is (35,138,193). Sum of RGB (Red+Green+Blue) = 35+138+193=366 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.56% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 193 (75.78% from 255 or 52.73% from 366); Max value from RGB is 193 - color contains mainly: blue. Hex color #238AC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238AC1 is #DC753E. Grayscale: #717171. Windows color (decimal): -14447935 or 12683811. OLE color: 12683811.

HSL color Cylindrical-coordinate representation of color #238AC1: hue angle of 200.89º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #238AC1 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 35 138 193 -
CMYK 0.82 0.28 0 0.24
HSL 200.89º 0.69% 0.45% -
HSV(B) 200.89º 0.82% 0.76% -
XYZ 19.41 22.38 53.75 -
YUV 113.47 172.88 72.03 -
System Red Green Blue C M Y K H S L
Decimal 35 138 193 0.82 0.28 0 0.24 200.89 0.69 0.45
Hex 23 8A C1 52 1C 0 18 C9 45 2D
Octal 43 212 301 122 34 0 30 311 105 55
Binary 100011 10001010 11000001 1010010 11100 0 11000 11001001 1000101 101101

Color Harmonies of #238AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238AC1

Black with #238AC1

Text Example


Text Example

White with #238AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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