Html Css Color HEX #238DBB Pelorous

📋 copy color: '#238DBB'

red 35 ◦ green 141 ◦ blue 187

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

Shades of Pelorous #238DBB

Tints of Pelorous #238DBB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.84%

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

R = 9.64%
G = 38.84%
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

#238DBB (or 0x238DBB) is known color: Pelorous. HEX triplet: 23, 8D and BB. RGB value is (35,141,187). Sum of RGB (Red+Green+Blue) = 35+141+187=363 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.64% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #238DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238DBB is #DC7244. Grayscale: #727272. Windows color (decimal): -14447173 or 12291363. OLE color: 12291363.

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

Color convert

RGB 35 141 187 -
CMYK 0.81 0.25 0 0.27
HSL 198.16º 0.68% 0.44% -
HSV(B) 198.16º 0.81% 0.73% -
XYZ 19.19 22.99 50.44 -
YUV 114.55 168.88 71.26 -
System Red Green Blue C M Y K H S L
Decimal 35 141 187 0.81 0.25 0 0.27 198.16 0.68 0.44
Hex 23 8D BB 51 19 0 1B C6 44 2C
Octal 43 215 273 121 31 0 33 306 104 54
Binary 100011 10001101 10111011 1010001 11001 0 11011 11000110 1000100 101100

Color Harmonies of #238DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238DBB

Black with #238DBB

Text Example


Text Example

White with #238DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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