Html Css Color HEX #238DC6 Pelorous

📋 copy color: '#238DC6'

red 35 ◦ green 141 ◦ blue 198

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

Shades of Pelorous #238DC6

Tints of Pelorous #238DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 52.94%

R = 9.36%
G = 37.7%
B = 52.94%

CMYK

 C value IS 0.82

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#238DC6 (or 0x238DC6) is known color: Pelorous. HEX triplet: 23, 8D and C6. RGB value is (35,141,198). Sum of RGB (Red+Green+Blue) = 35+141+198=374 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.36% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 198 (77.73% from 255 or 52.94% from 374); Max value from RGB is 198 - color contains mainly: blue. Hex color #238DC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238DC6 is #DC7239. Grayscale: #737373. Windows color (decimal): -14447162 or 13012259. OLE color: 13012259.

HSL color Cylindrical-coordinate representation of color #238DC6: hue angle of 200.98º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #238DC6 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 35 141 198 -
CMYK 0.82 0.29 0 0.22
HSL 200.98º 0.7% 0.46% -
HSV(B) 200.98º 0.82% 0.78% -
XYZ 20.41 23.48 56.88 -
YUV 115.8 174.38 70.37 -
System Red Green Blue C M Y K H S L
Decimal 35 141 198 0.82 0.29 0 0.22 200.98 0.7 0.46
Hex 23 8D C6 52 1D 0 16 C9 46 2E
Octal 43 215 306 122 35 0 26 311 106 56
Binary 100011 10001101 11000110 1010010 11101 0 10110 11001001 1000110 101110

Color Harmonies of #238DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238DC6

Black with #238DC6

Text Example


Text Example

White with #238DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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