Html Css Color HEX #238FCA Pelorous

📋 copy color: '#238FCA'

red 35 ◦ green 143 ◦ blue 202

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

Shades of Pelorous #238FCA

Tints of Pelorous #238FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.16%

R = 9.21%
G = 37.63%
B = 53.16%

CMYK

 C value IS 0.83

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#238FCA (or 0x238FCA) is known color: Pelorous. HEX triplet: 23, 8F and CA. RGB value is (35,143,202). Sum of RGB (Red+Green+Blue) = 35+143+202=380 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.21% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #238FCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238FCA is #DC7035. Grayscale: #757575. Windows color (decimal): -14446646 or 13274915. OLE color: 13274915.

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

Color convert

RGB 35 143 202 -
CMYK 0.83 0.29 0 0.21
HSL 201.2º 0.7% 0.46% -
HSV(B) 201.2º 0.83% 0.79% -
XYZ 21.18 24.27 59.44 -
YUV 117.43 175.72 69.2 -
System Red Green Blue C M Y K H S L
Decimal 35 143 202 0.83 0.29 0 0.21 201.2 0.7 0.46
Hex 23 8F CA 53 1D 0 15 C9 46 2E
Octal 43 217 312 123 35 0 25 311 106 56
Binary 100011 10001111 11001010 1010011 11101 0 10101 11001001 1000110 101110

Color Harmonies of #238FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238FCA

Black with #238FCA

Text Example


Text Example

White with #238FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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