Html Css Color HEX #238DAD Pelorous

📋 copy color: '#238DAD'

red 35 ◦ green 141 ◦ blue 173

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

Shades of Pelorous #238DAD

Tints of Pelorous #238DAD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.4%

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

R = 10.03%
G = 40.4%
B = 49.57%

CMYK

 C value IS 0.80

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#238DAD (or 0x238DAD) is known color: Pelorous. HEX triplet: 23, 8D and AD. RGB value is (35,141,173). Sum of RGB (Red+Green+Blue) = 35+141+173=349 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10.03% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #238DAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238DAD is #DC7252. Grayscale: #707070. Windows color (decimal): -14447187 or 11373859. OLE color: 11373859.

HSL color Cylindrical-coordinate representation of color #238DAD: hue angle of 193.91º 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 #238DAD is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 35 141 173 -
CMYK 0.80 0.18 0 0.32
HSL 193.91º 0.66% 0.41% -
HSV(B) 193.91º 0.8% 0.68% -
XYZ 17.76 22.42 42.93 -
YUV 112.95 161.88 72.4 -
System Red Green Blue C M Y K H S L
Decimal 35 141 173 0.80 0.18 0 0.32 193.91 0.66 0.41
Hex 23 8D AD 50 12 0 20 C2 42 29
Octal 43 215 255 120 22 0 40 302 102 51
Binary 100011 10001101 10101101 1010000 10010 0 100000 11000010 1000010 101001

Color Harmonies of #238DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238DAD

Black with #238DAD

Text Example


Text Example

White with #238DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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