Html Css Color HEX #238CCB Pelorous

📋 copy color: '#238CCB'

red 35 ◦ green 140 ◦ blue 203

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

Shades of Pelorous #238CCB

Tints of Pelorous #238CCB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.04%

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

R = 9.26%
G = 37.04%
B = 53.7%

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

#238CCB (or 0x238CCB) is known color: Pelorous. HEX triplet: 23, 8C and CB. RGB value is (35,140,203). Sum of RGB (Red+Green+Blue) = 35+140+203=378 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.26% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #238CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238CCB is #DC7334. Grayscale: #737373. Windows color (decimal): -14447413 or 13339683. OLE color: 13339683.

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

Color convert

RGB 35 140 203 -
CMYK 0.83 0.31 0 0.20
HSL 202.5º 0.71% 0.47% -
HSV(B) 202.5º 0.83% 0.8% -
XYZ 20.85 23.43 59.92 -
YUV 115.79 177.21 70.38 -
System Red Green Blue C M Y K H S L
Decimal 35 140 203 0.83 0.31 0 0.20 202.5 0.71 0.47
Hex 23 8C CB 53 1F 0 14 CA 47 2F
Octal 43 214 313 123 37 0 24 312 107 57
Binary 100011 10001100 11001011 1010011 11111 0 10100 11001010 1000111 101111

Color Harmonies of #238CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238CCB

Black with #238CCB

Text Example


Text Example

White with #238CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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