Html Css Color HEX #238ECD Pelorous

📋 copy color: '#238ECD'

red 35 ◦ green 142 ◦ blue 205

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

Shades of Pelorous #238ECD

Tints of Pelorous #238ECD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.17%

 BLUE value IS 205 (80.47% from 255) = 53.66%

R = 9.16%
G = 37.17%
B = 53.66%

CMYK

 C value IS 0.83

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#238ECD (or 0x238ECD) is known color: Pelorous. HEX triplet: 23, 8E and CD. RGB value is (35,142,205). Sum of RGB (Red+Green+Blue) = 35+142+205=382 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.16% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #238ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238ECD is #DC7132. Grayscale: #747474. Windows color (decimal): -14446899 or 13471267. OLE color: 13471267.

HSL color Cylindrical-coordinate representation of color #238ECD: hue angle of 202.24º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #238ECD is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 35 142 205 -
CMYK 0.83 0.31 0 0.20
HSL 202.24º 0.71% 0.47% -
HSV(B) 202.24º 0.83% 0.8% -
XYZ 21.39 24.11 61.28 -
YUV 117.19 177.55 69.38 -
System Red Green Blue C M Y K H S L
Decimal 35 142 205 0.83 0.31 0 0.20 202.24 0.71 0.47
Hex 23 8E CD 53 1F 0 14 CA 47 2F
Octal 43 216 315 123 37 0 24 312 107 57
Binary 100011 10001110 11001101 1010011 11111 0 10100 11001010 1000111 101111

Color Harmonies of #238ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238ECD

Black with #238ECD

Text Example


Text Example

White with #238ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,142,205); }

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

background-color css

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

 a { background-color: rgb(35,142,205); }

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

border-color css

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

 span { border-color: rgb(35,142,205); }

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