Html Css Color HEX #0387CF Pacific Blue

📋 copy color: '#0387CF'

red 3 ◦ green 135 ◦ blue 207

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

Shades of Pacific Blue #0387CF

Tints of Pacific Blue #0387CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60%

R = 0.87%
G = 39.13%
B = 60%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0387CF (or 0x0387CF) is known color: Pacific Blue. HEX triplet: 03, 87 and CF. RGB value is (3,135,207). Sum of RGB (Red+Green+Blue) = 3+135+207=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 207 (81.25% from 255 or 60% from 345); Max value from RGB is 207 - color contains mainly: blue. Hex color #0387CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0387CF is #FC7830. Grayscale: #676767. Windows color (decimal): -16545841 or 13600515. OLE color: 13600515.

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

Color convert

RGB 3 135 207 -
CMYK 0.99 0.35 0 0.19
HSL 201.18º 0.97% 0.41% -
HSV(B) 201.18º 0.99% 0.81% -
XYZ 19.96 21.85 62.2 -
YUV 103.74 186.27 56.15 -
System Red Green Blue C M Y K H S L
Decimal 3 135 207 0.99 0.35 0 0.19 201.18 0.97 0.41
Hex 3 87 CF 63 23 0 13 C9 61 29
Octal 3 207 317 143 43 0 23 311 141 51
Binary 11 10000111 11001111 1100011 100011 0 10011 11001001 1100001 101001

Color Harmonies of #0387CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0387CF

Black with #0387CF

Text Example


Text Example

White with #0387CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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