Html Css Color HEX #258FCC Pelorous

📋 copy color: '#258FCC'

red 37 ◦ green 143 ◦ blue 204

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

Shades of Pelorous #258FCC

Tints of Pelorous #258FCC

RGB

 RED value IS 37 (14.84% from 255) = 9.64%

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

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

R = 9.64%
G = 37.24%
B = 53.13%

CMYK

 C value IS 0.82

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#258FCC (or 0x258FCC) is known color: Pelorous. HEX triplet: 25, 8F and CC. RGB value is (37,143,204). Sum of RGB (Red+Green+Blue) = 37+143+204=384 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.64% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #258FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258FCC is #DA7033. Grayscale: #757575. Windows color (decimal): -14315572 or 13405989. OLE color: 13405989.

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

Color convert

RGB 37 143 204 -
CMYK 0.82 0.30 0 0.2
HSL 201.92º 0.69% 0.47% -
HSV(B) 201.92º 0.82% 0.8% -
XYZ 21.48 24.4 60.7 -
YUV 118.26 176.38 70.04 -
System Red Green Blue C M Y K H S L
Decimal 37 143 204 0.82 0.30 0 0.2 201.92 0.69 0.47
Hex 25 8F CC 52 1E 0 14 CA 45 2F
Octal 45 217 314 122 36 0 24 312 105 57
Binary 100101 10001111 11001100 1010010 11110 0 10100 11001010 1000101 101111

Color Harmonies of #258FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258FCC

Black with #258FCC

Text Example


Text Example

White with #258FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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