Html Css Color HEX #258ECC Pelorous

📋 copy color: '#258ECC'

red 37 ◦ green 142 ◦ blue 204

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

Shades of Pelorous #258ECC

Tints of Pelorous #258ECC

RGB

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

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

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

R = 9.66%
G = 37.08%
B = 53.26%

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

#258ECC (or 0x258ECC) is known color: Pelorous. HEX triplet: 25, 8E and CC. RGB value is (37,142,204). Sum of RGB (Red+Green+Blue) = 37+142+204=383 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.66% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #258ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258ECC is #DA7133. Grayscale: #757575. Windows color (decimal): -14315828 or 13405733. OLE color: 13405733.

HSL color Cylindrical-coordinate representation of color #258ECC: hue angle of 202.28º 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 #258ECC is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 37 142 204 -
CMYK 0.82 0.30 0 0.2
HSL 202.28º 0.69% 0.47% -
HSV(B) 202.28º 0.82% 0.8% -
XYZ 21.34 24.1 60.65 -
YUV 117.67 176.71 70.46 -
System Red Green Blue C M Y K H S L
Decimal 37 142 204 0.82 0.30 0 0.2 202.28 0.69 0.47
Hex 25 8E CC 52 1E 0 14 CA 45 2F
Octal 45 216 314 122 36 0 24 312 105 57
Binary 100101 10001110 11001100 1010010 11110 0 10100 11001010 1000101 101111

Color Harmonies of #258ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258ECC

Black with #258ECC

Text Example


Text Example

White with #258ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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