Html Css Color HEX #238EC7 Pelorous

📋 copy color: '#238EC7'

red 35 ◦ green 142 ◦ blue 199

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

Shades of Pelorous #238EC7

Tints of Pelorous #238EC7

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.77%

 BLUE value IS 199 (78.13% from 255) = 52.93%

R = 9.31%
G = 37.77%
B = 52.93%

CMYK

 C value IS 0.82

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#238EC7 (or 0x238EC7) is known color: Pelorous. HEX triplet: 23, 8E and C7. RGB value is (35,142,199). Sum of RGB (Red+Green+Blue) = 35+142+199=376 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.31% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 199 (78.12% from 255 or 52.93% from 376); Max value from RGB is 199 - color contains mainly: blue. Hex color #238EC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238EC7 is #DC7138. Grayscale: #747474. Windows color (decimal): -14446905 or 13078051. OLE color: 13078051.

HSL color Cylindrical-coordinate representation of color #238EC7: hue angle of 200.85º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #238EC7 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 35 142 199 -
CMYK 0.82 0.29 0 0.22
HSL 200.85º 0.7% 0.46% -
HSV(B) 200.85º 0.82% 0.78% -
XYZ 20.67 23.83 57.54 -
YUV 116.51 174.55 69.87 -
System Red Green Blue C M Y K H S L
Decimal 35 142 199 0.82 0.29 0 0.22 200.85 0.7 0.46
Hex 23 8E C7 52 1D 0 16 C9 46 2E
Octal 43 216 307 122 35 0 26 311 106 56
Binary 100011 10001110 11000111 1010010 11101 0 10110 11001001 1000110 101110

Color Harmonies of #238EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238EC7

Black with #238EC7

Text Example


Text Example

White with #238EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,142,199); }

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

background-color css

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

 a { background-color: rgb(35,142,199); }

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

border-color css

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

 span { border-color: rgb(35,142,199); }

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