Html Css Color HEX #0987DD Pacific Blue

📋 copy color: '#0987DD'

red 9 ◦ green 135 ◦ blue 221

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

Shades of Pacific Blue #0987DD

Tints of Pacific Blue #0987DD

RGB

 RED value IS 9 (3.91% from 255) = 2.47%

 GREEN value IS 135 (53.13% from 255) = 36.99%

 BLUE value IS 221 (86.72% from 255) = 60.55%

R = 2.47%
G = 36.99%
B = 60.55%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0987DD (or 0x0987DD) is known color: Pacific Blue. HEX triplet: 09, 87 and DD. RGB value is (9,135,221). Sum of RGB (Red+Green+Blue) = 9+135+221=365 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #0987DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0987DD is #F67822. Grayscale: #6A6A6A. Windows color (decimal): -16152611 or 14518025. OLE color: 14518025.

HSL color Cylindrical-coordinate representation of color #0987DD: hue angle of 204.34º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0987DD is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 135 221 -
CMYK 0.96 0.39 0 0.13
HSL 204.34º 0.92% 0.45% -
HSV(B) 204.34º 0.96% 0.87% -
XYZ 21.83 22.61 71.62 -
YUV 107.13 192.26 58.01 -
System Red Green Blue C M Y K H S L
Decimal 9 135 221 0.96 0.39 0 0.13 204.34 0.92 0.45
Hex 9 87 DD 60 27 0 D CC 5C 2D
Octal 11 207 335 140 47 0 15 314 134 55
Binary 1001 10000111 11011101 1100000 100111 0 1101 11001100 1011100 101101

Color Harmonies of #0987DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0987DD

Black with #0987DD

Text Example


Text Example

White with #0987DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0987DD; }

 p { color: rgb(9,135,221); }

 H1.HeaderClassName
 {
   color: #0987DD;
 }
 .AnyTagClassName
 {
   color: #0987DD;
 }
</style>

background-color css

<style>
 a { background-color: #0987DD; }

 a { background-color: rgb(9,135,221); }

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

border-color css

<style>
 span { border-color: #0987DD; }

 span { border-color: rgb(9,135,221); }

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