Html Css Color HEX #0387D0 Pacific Blue

📋 copy color: '#0387D0'

red 3 ◦ green 135 ◦ blue 208

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

Shades of Pacific Blue #0387D0

Tints of Pacific Blue #0387D0

RGB

 RED value IS 3 (1.56% from 255) = 0.87%

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

 BLUE value IS 208 (81.64% from 255) = 60.12%

R = 0.87%
G = 39.02%
B = 60.12%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0387D0 (or 0x0387D0) is known color: Pacific Blue. HEX triplet: 03, 87 and D0. RGB value is (3,135,208). Sum of RGB (Red+Green+Blue) = 3+135+208=346 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 208 (81.64% from 255 or 60.12% from 346); Max value from RGB is 208 - color contains mainly: blue. Hex color #0387D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0387D0 is #FC782F. Grayscale: #676767. Windows color (decimal): -16545840 or 13666051. OLE color: 13666051.

HSL color Cylindrical-coordinate representation of color #0387D0: hue angle of 201.37º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0387D0 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 3 135 208 -
CMYK 0.99 0.35 0 0.18
HSL 201.37º 0.97% 0.41% -
HSV(B) 201.37º 0.99% 0.82% -
XYZ 20.09 21.9 62.84 -
YUV 103.85 186.77 56.06 -
System Red Green Blue C M Y K H S L
Decimal 3 135 208 0.99 0.35 0 0.18 201.37 0.97 0.41
Hex 3 87 D0 63 23 0 12 C9 61 29
Octal 3 207 320 143 43 0 22 311 141 51
Binary 11 10000111 11010000 1100011 100011 0 10010 11001001 1100001 101001

Color Harmonies of #0387D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0387D0

Black with #0387D0

Text Example


Text Example

White with #0387D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0387D0; }

 p { color: rgb(3,135,208); }

 H1.HeaderClassName
 {
   color: #0387D0;
 }
 .AnyTagClassName
 {
   color: #0387D0;
 }
</style>

background-color css

<style>
 a { background-color: #0387D0; }

 a { background-color: rgb(3,135,208); }

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

border-color css

<style>
 span { border-color: #0387D0; }

 span { border-color: rgb(3,135,208); }

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