Html Css Color HEX #238BBA Pelorous

📋 copy color: '#238BBA'

red 35 ◦ green 139 ◦ blue 186

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

Shades of Pelorous #238BBA

Tints of Pelorous #238BBA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.61%

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

R = 9.72%
G = 38.61%
B = 51.67%

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

#238BBA (or 0x238BBA) is known color: Pelorous. HEX triplet: 23, 8B and BA. RGB value is (35,139,186). Sum of RGB (Red+Green+Blue) = 35+139+186=360 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.72% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #238BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238BBA is #DC7445. Grayscale: #707070. Windows color (decimal): -14447686 or 12225315. OLE color: 12225315.

HSL color Cylindrical-coordinate representation of color #238BBA: hue angle of 198.68º 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 #238BBA is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 139 186 -
CMYK 0.81 0.25 0 0.27
HSL 198.68º 0.68% 0.43% -
HSV(B) 198.68º 0.81% 0.73% -
XYZ 18.79 22.37 49.78 -
YUV 113.26 169.04 72.18 -
System Red Green Blue C M Y K H S L
Decimal 35 139 186 0.81 0.25 0 0.27 198.68 0.68 0.43
Hex 23 8B BA 51 19 0 1B C7 44 2B
Octal 43 213 272 121 31 0 33 307 104 53
Binary 100011 10001011 10111010 1010001 11001 0 11011 11000111 1000100 101011

Color Harmonies of #238BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238BBA

Black with #238BBA

Text Example


Text Example

White with #238BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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