Html Css Color HEX #258FBB Pelorous

📋 copy color: '#258FBB'

red 37 ◦ green 143 ◦ blue 187

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

Shades of Pelorous #258FBB

Tints of Pelorous #258FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.95%

R = 10.08%
G = 38.96%
B = 50.95%

CMYK

 C value IS 0.80

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#258FBB (or 0x258FBB) is known color: Pelorous. HEX triplet: 25, 8F and BB. RGB value is (37,143,187). Sum of RGB (Red+Green+Blue) = 37+143+187=367 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.08% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #258FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258FBB is #DA7044. Grayscale: #747474. Windows color (decimal): -14315589 or 12291877. OLE color: 12291877.

HSL color Cylindrical-coordinate representation of color #258FBB: hue angle of 197.6º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #258FBB is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 143 187 -
CMYK 0.80 0.24 0 0.27
HSL 197.6º 0.67% 0.44% -
HSV(B) 197.6º 0.8% 0.73% -
XYZ 19.56 23.63 50.54 -
YUV 116.32 167.88 71.42 -
System Red Green Blue C M Y K H S L
Decimal 37 143 187 0.80 0.24 0 0.27 197.6 0.67 0.44
Hex 25 8F BB 50 18 0 1B C6 43 2C
Octal 45 217 273 120 30 0 33 306 103 54
Binary 100101 10001111 10111011 1010000 11000 0 11011 11000110 1000011 101100

Color Harmonies of #258FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258FBB

Black with #258FBB

Text Example


Text Example

White with #258FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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