Html Css Color HEX #959DBD Rock Blue

📋 copy color: '#959DBD'

red 149 ◦ green 157 ◦ blue 189

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

Shades of Rock Blue #959DBD

Tints of Rock Blue #959DBD

RGB

 RED value IS 149 (58.59% from 255) = 30.1%

 GREEN value IS 157 (61.72% from 255) = 31.72%

 BLUE value IS 189 (74.22% from 255) = 38.18%

R = 30.1%
G = 31.72%
B = 38.18%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#959DBD (or 0x959DBD) is known color: Rock Blue. HEX triplet: 95, 9D and BD. RGB value is (149,157,189). Sum of RGB (Red+Green+Blue) = 149+157+189=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #959DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959DBD is #6A6242. Grayscale: #9E9E9E. Windows color (decimal): -6971971 or 12426645. OLE color: 12426645.

HSL color Cylindrical-coordinate representation of color #959DBD: hue angle of 228º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #959DBD is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 157 189 -
CMYK 0.21 0.17 0 0.26
HSL 228º 0.23% 0.66% -
HSV(B) 228º 0.21% 0.74% -
XYZ 33.64 34.18 52.97 -
YUV 158.26 145.35 121.4 -
System Red Green Blue C M Y K H S L
Decimal 149 157 189 0.21 0.17 0 0.26 228 0.23 0.66
Hex 95 9D BD 15 11 0 1A E4 17 42
Octal 225 235 275 25 21 0 32 344 27 102
Binary 10010101 10011101 10111101 10101 10001 0 11010 11100100 10111 1000010

Color Harmonies of #959DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959DBD

Black with #959DBD

Text Example


Text Example

White with #959DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959DBD; }

 p { color: rgb(149,157,189); }

 H1.HeaderClassName
 {
   color: #959DBD;
 }
 .AnyTagClassName
 {
   color: #959DBD;
 }
</style>

background-color css

<style>
 a { background-color: #959DBD; }

 a { background-color: rgb(149,157,189); }

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

border-color css

<style>
 span { border-color: #959DBD; }

 span { border-color: rgb(149,157,189); }

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