Html Css Color HEX #238FAD Pelorous

📋 copy color: '#238FAD'

red 35 ◦ green 143 ◦ blue 173

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

Shades of Pelorous #238FAD

Tints of Pelorous #238FAD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.74%

 BLUE value IS 173 (67.97% from 255) = 49.29%

R = 9.97%
G = 40.74%
B = 49.29%

CMYK

 C value IS 0.80

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#238FAD (or 0x238FAD) is known color: Pelorous. HEX triplet: 23, 8F and AD. RGB value is (35,143,173). Sum of RGB (Red+Green+Blue) = 35+143+173=351 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.97% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #238FAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238FAD is #DC7052. Grayscale: #717171. Windows color (decimal): -14446675 or 11374371. OLE color: 11374371.

HSL color Cylindrical-coordinate representation of color #238FAD: hue angle of 193.04º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #238FAD is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 35 143 173 -
CMYK 0.80 0.17 0 0.32
HSL 193.04º 0.66% 0.41% -
HSV(B) 193.04º 0.8% 0.68% -
XYZ 18.06 23.02 43.03 -
YUV 114.13 161.22 71.56 -
System Red Green Blue C M Y K H S L
Decimal 35 143 173 0.80 0.17 0 0.32 193.04 0.66 0.41
Hex 23 8F AD 50 11 0 20 C1 42 29
Octal 43 217 255 120 21 0 40 301 102 51
Binary 100011 10001111 10101101 1010000 10001 0 100000 11000001 1000010 101001

Color Harmonies of #238FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238FAD

Black with #238FAD

Text Example


Text Example

White with #238FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,143,173); }

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

background-color css

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

 a { background-color: rgb(35,143,173); }

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

border-color css

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

 span { border-color: rgb(35,143,173); }

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