Html Css Color HEX #238FCC Pelorous

📋 copy color: '#238FCC'

red 35 ◦ green 143 ◦ blue 204

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

Shades of Pelorous #238FCC

Tints of Pelorous #238FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.4%

R = 9.16%
G = 37.43%
B = 53.4%

CMYK

 C value IS 0.83

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#238FCC (or 0x238FCC) is known color: Pelorous. HEX triplet: 23, 8F and CC. RGB value is (35,143,204). Sum of RGB (Red+Green+Blue) = 35+143+204=382 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.16% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #238FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238FCC is #DC7033. Grayscale: #757575. Windows color (decimal): -14446644 or 13405987. OLE color: 13405987.

HSL color Cylindrical-coordinate representation of color #238FCC: hue angle of 201.66º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #238FCC is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 35 143 204 -
CMYK 0.83 0.30 0 0.2
HSL 201.66º 0.71% 0.47% -
HSV(B) 201.66º 0.83% 0.8% -
XYZ 21.41 24.36 60.7 -
YUV 117.66 176.72 69.04 -
System Red Green Blue C M Y K H S L
Decimal 35 143 204 0.83 0.30 0 0.2 201.66 0.71 0.47
Hex 23 8F CC 53 1E 0 14 CA 47 2F
Octal 43 217 314 123 36 0 24 312 107 57
Binary 100011 10001111 11001100 1010011 11110 0 10100 11001010 1000111 101111

Color Harmonies of #238FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238FCC

Black with #238FCC

Text Example


Text Example

White with #238FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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