Html Css Color HEX #238BBF Pelorous

📋 copy color: '#238BBF'

red 35 ◦ green 139 ◦ blue 191

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

Shades of Pelorous #238BBF

Tints of Pelorous #238BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.33%

R = 9.59%
G = 38.08%
B = 52.33%

CMYK

 C value IS 0.82

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#238BBF (or 0x238BBF) is known color: Pelorous. HEX triplet: 23, 8B and BF. RGB value is (35,139,191). Sum of RGB (Red+Green+Blue) = 35+139+191=365 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.59% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #238BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238BBF is #DC7440. Grayscale: #717171. Windows color (decimal): -14447681 or 12552995. OLE color: 12552995.

HSL color Cylindrical-coordinate representation of color #238BBF: hue angle of 200º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #238BBF is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 139 191 -
CMYK 0.82 0.27 0 0.25
HSL 200º 0.69% 0.44% -
HSV(B) 200º 0.82% 0.75% -
XYZ 19.33 22.58 52.63 -
YUV 113.83 171.54 71.77 -
System Red Green Blue C M Y K H S L
Decimal 35 139 191 0.82 0.27 0 0.25 200 0.69 0.44
Hex 23 8B BF 52 1B 0 19 C8 45 2C
Octal 43 213 277 122 33 0 31 310 105 54
Binary 100011 10001011 10111111 1010010 11011 0 11001 11001000 1000101 101100

Color Harmonies of #238BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238BBF

Black with #238BBF

Text Example


Text Example

White with #238BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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