Html Css Color HEX #238DCB Pelorous

📋 copy color: '#238DCB'

red 35 ◦ green 141 ◦ blue 203

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

Shades of Pelorous #238DCB

Tints of Pelorous #238DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.56%

R = 9.23%
G = 37.2%
B = 53.56%

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

#238DCB (or 0x238DCB) is known color: Pelorous. HEX triplet: 23, 8D and CB. RGB value is (35,141,203). Sum of RGB (Red+Green+Blue) = 35+141+203=379 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.23% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #238DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238DCB is #DC7234. Grayscale: #747474. Windows color (decimal): -14447157 or 13339939. OLE color: 13339939.

HSL color Cylindrical-coordinate representation of color #238DCB: hue angle of 202.14º 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 #238DCB is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 35 141 203 -
CMYK 0.83 0.31 0 0.20
HSL 202.14º 0.71% 0.47% -
HSV(B) 202.14º 0.83% 0.8% -
XYZ 21 23.72 59.97 -
YUV 116.37 176.88 69.96 -
System Red Green Blue C M Y K H S L
Decimal 35 141 203 0.83 0.31 0 0.20 202.14 0.71 0.47
Hex 23 8D CB 53 1F 0 14 CA 47 2F
Octal 43 215 313 123 37 0 24 312 107 57
Binary 100011 10001101 11001011 1010011 11111 0 10100 11001010 1000111 101111

Color Harmonies of #238DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238DCB

Black with #238DCB

Text Example


Text Example

White with #238DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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