Html Css Color HEX #238CBA Pelorous

📋 copy color: '#238CBA'

red 35 ◦ green 140 ◦ blue 186

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

Shades of Pelorous #238CBA

Tints of Pelorous #238CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.52%

R = 9.7%
G = 38.78%
B = 51.52%

CMYK

 C value IS 0.81

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#238CBA (or 0x238CBA) is known color: Pelorous. HEX triplet: 23, 8C and BA. RGB value is (35,140,186). Sum of RGB (Red+Green+Blue) = 35+140+186=361 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.70% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #238CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238CBA is #DC7345. Grayscale: #717171. Windows color (decimal): -14447430 or 12225571. OLE color: 12225571.

HSL color Cylindrical-coordinate representation of color #238CBA: hue angle of 198.28º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #238CBA is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 140 186 -
CMYK 0.81 0.25 0 0.27
HSL 198.28º 0.68% 0.43% -
HSV(B) 198.28º 0.81% 0.73% -
XYZ 18.93 22.66 49.83 -
YUV 113.85 168.71 71.76 -
System Red Green Blue C M Y K H S L
Decimal 35 140 186 0.81 0.25 0 0.27 198.28 0.68 0.43
Hex 23 8C BA 51 19 0 1B C6 44 2B
Octal 43 214 272 121 31 0 33 306 104 53
Binary 100011 10001100 10111010 1010001 11001 0 11011 11000110 1000100 101011

Color Harmonies of #238CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238CBA

Black with #238CBA

Text Example


Text Example

White with #238CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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