Html Css Color HEX #238FBB Pelorous

📋 copy color: '#238FBB'

red 35 ◦ green 143 ◦ blue 187

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

Shades of Pelorous #238FBB

Tints of Pelorous #238FBB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.18%

 BLUE value IS 187 (73.44% from 255) = 51.23%

R = 9.59%
G = 39.18%
B = 51.23%

CMYK

 C value IS 0.81

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#238FBB (or 0x238FBB) is known color: Pelorous. HEX triplet: 23, 8F and BB. RGB value is (35,143,187). Sum of RGB (Red+Green+Blue) = 35+143+187=365 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.59% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #238FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238FBB is #DC7044. Grayscale: #737373. Windows color (decimal): -14446661 or 12291875. OLE color: 12291875.

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

Color convert

RGB 35 143 187 -
CMYK 0.81 0.24 0 0.27
HSL 197.37º 0.68% 0.44% -
HSV(B) 197.37º 0.81% 0.73% -
XYZ 19.49 23.59 50.54 -
YUV 115.72 168.22 70.42 -
System Red Green Blue C M Y K H S L
Decimal 35 143 187 0.81 0.24 0 0.27 197.37 0.68 0.44
Hex 23 8F BB 51 18 0 1B C5 44 2C
Octal 43 217 273 121 30 0 33 305 104 54
Binary 100011 10001111 10111011 1010001 11000 0 11011 11000101 1000100 101100

Color Harmonies of #238FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238FBB

Black with #238FBB

Text Example


Text Example

White with #238FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,143,187); }

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

background-color css

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

 a { background-color: rgb(35,143,187); }

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

border-color css

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

 span { border-color: rgb(35,143,187); }

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