Html Css Color HEX #238FAA Pelorous

📋 copy color: '#238FAA'

red 35 ◦ green 143 ◦ blue 170

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

Shades of Pelorous #238FAA

Tints of Pelorous #238FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.85%

R = 10.06%
G = 41.09%
B = 48.85%

CMYK

 C value IS 0.79

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#238FAA (or 0x238FAA) is known color: Pelorous. HEX triplet: 23, 8F and AA. RGB value is (35,143,170). Sum of RGB (Red+Green+Blue) = 35+143+170=348 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10.06% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #238FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238FAA is #DC7055. Grayscale: #717171. Windows color (decimal): -14446678 or 11177763. OLE color: 11177763.

HSL color Cylindrical-coordinate representation of color #238FAA: hue angle of 192º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #238FAA is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 143 170 -
CMYK 0.79 0.16 0 0.33
HSL 192º 0.66% 0.4% -
HSV(B) 192º 0.79% 0.67% -
XYZ 17.77 22.9 41.51 -
YUV 113.79 159.72 71.8 -
System Red Green Blue C M Y K H S L
Decimal 35 143 170 0.79 0.16 0 0.33 192 0.66 0.4
Hex 23 8F AA 4F 10 0 21 C0 42 28
Octal 43 217 252 117 20 0 41 300 102 50
Binary 100011 10001111 10101010 1001111 10000 0 100001 11000000 1000010 101000

Color Harmonies of #238FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238FAA

Black with #238FAA

Text Example


Text Example

White with #238FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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